Skip to content

Commit

Permalink
Lock warg-client and warg-protocol to 0.4.1
Browse files Browse the repository at this point in the history
See #293
  • Loading branch information
kajacx committed May 9, 2024
1 parent 50bffb4 commit 4c53ea0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ members = ["crates/core", "crates/wit"]

[workspace.dependencies]
cargo-component-core = { path = "crates/core", version = "0.11.0" }
warg-protocol = "0.4.1"
# warm-client and warg-protocol have breaking change in 0.4.2, see https://github.com/bytecodealliance/cargo-component/issues/293
warg-protocol = "=0.4.1"
warg-crypto = "0.4.1"
warg-client = "0.4.1"
warg-client = "=0.4.1"
warg-credentials = "0.4.1"
warg-server = "0.4.1"
anyhow = "1.0.82"
Expand Down

0 comments on commit 4c53ea0

Please sign in to comment.