Skip to content

Commit

Permalink
build: upgrade to rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Apr 27, 2023
1 parent 2e845ea commit 635bdd9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

14 changes: 7 additions & 7 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 @@ -3,7 +3,7 @@

inputs = {
holonix.url = "github:holochain/holochain";
holonix.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.0-beta-rc.4";
holonix.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.0-beta-rc.7";
nixpkgs.follows = "holonix/nixpkgs";
};

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/fixture/zomes/foo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ crate-type = [ "cdylib", "rlib" ]

[dependencies]
serde = "1"
hdk = "0.2.0-beta-rc.4"
hdk = "0.2.0-beta-rc.6"
2 changes: 1 addition & 1 deletion test/e2e/fixture2/coordinator2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
name = "coordinator2"

[dependencies]
hdk = "0.2.0-beta-rc.4"
hdk = "0.2.0-beta-rc.6"

0 comments on commit 635bdd9

Please sign in to comment.