diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-10-04 22:55:38 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-10-04 23:41:10 +0200 |
| commit | 67208b6d9a2448a976d08f28ee4e005d05b6dbb2 (patch) | |
| tree | 440d642d282948bef540f3a617b0fa7ce70ec31a | |
| parent | chore: update mailing list address (diff) | |
| download | iced-builder-67208b6d9a2448a976d08f28ee4e005d05b6dbb2.tar.gz | |
chore: update git dependencies
| -rw-r--r-- | .build.yml | 2 | ||||
| -rw-r--r-- | Cargo.lock | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -34,7 +34,7 @@ tasks: [ "$GIT_REF" = "refs/heads/master" ] || complete-build [ "$(git remote get-url origin)" = "https://git.sr.ht/~pml68/iced-builder" ] || complete-build fi - [ "$BUILD_REASON" = "patchset" ] && complete-build + [ "$BUILD_REASON" != "patchset" ] || complete-build - build-stable: | cd iced-builder @@ -1970,7 +1970,7 @@ dependencies = [ [[package]] name = "iced_custom_highlighter" version = "0.1.0" -source = "git+https://git.sr.ht/~pml68/iced_custom_highlighter#a0cd6e9c9f73edd2c1e89e28a8d6d3dbefbcfbf4" +source = "git+https://git.sr.ht/~pml68/iced_custom_highlighter#cc04d539ca6c4e7ce5d4de467d74ad8a57cb6c69" dependencies = [ "iced_core", "syntect", @@ -1990,7 +1990,7 @@ dependencies = [ [[package]] name = "iced_dialog" version = "0.14.0-dev" -source = "git+https://git.sr.ht/~pml68/iced_dialog?branch=iced%2Fpersonal#dc1a734bfad4efc691e8aae799ebf7af3743be44" +source = "git+https://git.sr.ht/~pml68/iced_dialog?branch=iced%2Fpersonal#aa609b1cd8ba66581baa49f168c9e05d8bb39569" dependencies = [ "iced_core", "iced_widget", @@ -2053,7 +2053,7 @@ dependencies = [ [[package]] name = "iced_material" version = "0.14.0-dev" -source = "git+https://git.sr.ht/~pml68/iced_material?branch=iced%2Fpersonal#c26b21a1d0ab1a8a73b2dab40879e063c044502e" +source = "git+https://git.sr.ht/~pml68/iced_material?branch=iced%2Fpersonal#b863cedf9298ff75dc41ac8980d5e64e4fa4b220" dependencies = [ "iced_anim", "iced_dialog", |
