Skip to content

Commit

Permalink
Bump rust crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Nov 28, 2024
1 parent efc307c commit 9b18493
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
37 changes: 19 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ resolver = "2"

[workspace.dependencies]
futures = "0.3"
hdi = "0.5.0-rc.0"
hdk = "0.4.0-rc.0"
hdi = "0.5.0-rc.1"
hdk = "0.4.0-rc.1"
nix = { version = "0.29.0", features = ["signal"] }
once_cell = "1.5.0"
parking_lot = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion crates/trycp_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ trycp_api = { workspace = true }
url = { workspace = true }

[dev-dependencies]
holochain_conductor_api = "0.4.0-rc.0"
holochain_conductor_api = "0.4.0-rc.1"
rand = "0.8"
serde_yaml = "0.9"
trycp_client = { path = "../trycp_client" }

0 comments on commit 9b18493

Please sign in to comment.