Skip to content

Commit

Permalink
warg version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp committed May 8, 2024
1 parent b24b3ff commit b405be1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ members = ["crates/core", "crates/wit"]

[workspace.dependencies]
cargo-component-core = { path = "crates/core", version = "0.11.0" }
warg-protocol = "0.4.3"
warg-crypto = "0.4.3"
warg-client = "0.4.3"
warg-credentials = "0.4.3"
warg-server = "0.4.3"
warg-protocol = "0.5.0"
warg-crypto = "0.5.0"
warg-client = "0.5.0"
warg-credentials = "0.5.0"
warg-server = "0.5.0"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
toml_edit = { version = "0.22.9", features = ["serde"] }
Expand Down

0 comments on commit b405be1

Please sign in to comment.