Skip to content

Commit

Permalink
Update to released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 14, 2024
1 parent 9e563f5 commit c2efc6a
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 46 deletions.
33 changes: 19 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ rand = "0.8"
ed25519-dalek = "2.1"

# Deps for Holochain
holochain_client = { version = "=0.5.0-rc.4", path = "../holochain-client-rust" }
trycp_client = { version = "0.16.0-dev.8", path = "../tryorama/crates/trycp_client" }
trycp_api = { version = "0.16.0-dev.8", path = "../tryorama/crates/trycp_api" }
holochain_client = { version = "=0.5.0-rc.5" }
trycp_client = { version = "0.16.0" }
trycp_api = { version = "0.16.0" }
holochain_zome_types = { version = "0.3.1" }
holo_hash = { version = "0.3.1" }
holochain_types = { version = "0.3.1" }
Expand Down
56 changes: 28 additions & 28 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
inputs.versions.follows = "versions";
};

tryorama.url = "github:holochain/tryorama/main";
tryorama.url = "github:holochain/tryorama/v0.16.0";

crane = {
url = "github:ipetkov/crane";
Expand Down

0 comments on commit c2efc6a

Please sign in to comment.