Skip to content

Commit

Permalink
my stupid ass broke the build because of versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
LGFae committed Feb 8, 2024
1 parent a699349 commit ad3d406
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ image = "0.24"
fast_image_resize = "2.7"
clap = { version = "4.4", features = ["derive", "wrap_help", "env"] }
rand = "0.8"
utils = { version = "0.8", path = "utils" }
utils = { version = "0.8.2-master", path = "utils" }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spin_sleep = "1.1"

sd-notify = { version = "0.4.1" }

utils = { version = "0.8", path = "../utils" }
utils = { version = "0.8.2-master", path = "../utils" }
[dev-dependencies]
rand = "0.8"

0 comments on commit ad3d406

Please sign in to comment.