summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml2
-rw-r--r--Cargo.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index 615d385..ae6a827 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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
diff --git a/Cargo.lock b/Cargo.lock
index bb30ea2..8eae0c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",