Skip to content

Commit

Permalink
Merge pull request #208 from holochain/update-for-0.3.1-rc.0
Browse files Browse the repository at this point in the history
Updates for 0.3.1-rc.0
  • Loading branch information
ThetaSinner authored May 30, 2024
2 parents 7c729f8 + de5bdaa commit 2fe3d4b
Show file tree
Hide file tree
Showing 12 changed files with 283 additions and 273 deletions.
357 changes: 184 additions & 173 deletions Cargo.lock

Large diffs are not rendered by default.

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

[workspace.dependencies]
hdi = "0.4.0-beta-dev.36"
hdk = "0.3.0-beta-dev.41"
hdi = "0.4.1-rc.0"
hdk = "0.3.1-rc.0"
serde = "1.0.181"

[profile.dev]
Expand Down
44 changes: 22 additions & 22 deletions flake.lock

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

12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@holochain/tryorama",
"description": "Toolset to manage Holochain conductors and facilitate running test scenarios",
"version": "0.16.0-dev.6",
"version": "0.16.0-dev.7",
"author": "Holochain Foundation",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@holochain/client": "^0.17.0-dev.12",
"@holochain/client": "^0.17.0-rc.0",
"get-port": "^6.1.2",
"lodash": "^4.17.21",
"uuid": "^8.3.2",
Expand Down
Loading

0 comments on commit 2fe3d4b

Please sign in to comment.