Skip to content

Commit

Permalink
Tests passing again
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Apr 10, 2024
1 parent 353a7b0 commit eb12b1e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ opt-level = "z"
[workspace]
resolver = "2"
members = ["dnas/*/zomes/integrity/*", "dnas/*/zomes/coordinator/*"]
resolver = "2"

[workspace.dependencies]
hdi = "0.4.0-beta-dev"
Expand Down
27 changes: 13 additions & 14 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 @@ -4,7 +4,7 @@
inputs = {
nixpkgs.follows = "holochain/nixpkgs";

versions.url = "github:holochain/holochain/holochain-0.3.0-beta-dev.42?dir=versions/weekly";
versions.url = "github:holochain/holochain?dir=versions/weekly";

holochain = {
url = "github:holochain/holochain";
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"@holochain/tryorama": "^0.16.0-dev.1",
"@holochain/tryorama": "^0.16.0-dev.2",
"vitest": "^1.4.0"
},
"type": "module"
Expand Down

0 comments on commit eb12b1e

Please sign in to comment.