Skip to content

Commit

Permalink
Add a version to wpaperd-ipc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 committed Apr 17, 2024
1 parent c981057 commit c811770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["command-line-utilities", "multimedia"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wpaperd-ipc = { path = "../ipc" }
wpaperd-ipc = { path = "../ipc", version = "1.0.0" }
clap = { version = "4.5.3", features = ["derive", "wrap_help"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
Expand Down
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.61.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wpaperd-ipc = { path = "../ipc" }
wpaperd-ipc = { path = "../ipc", version = "1.0.0" }
clap = { version = "4.5.3", features = ["derive", "wrap_help"] }
color-eyre = { version = "0.6.3", default-features = false }
flexi_logger = { version = "0.28.0", default-features = false, features = ["colors"] }
Expand Down

0 comments on commit c811770

Please sign in to comment.