Skip to content

Commit

Permalink
fix(serialization)!: match conductor api updates (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s authored Jun 13, 2024
1 parent 2de42cd commit db34db1
Show file tree
Hide file tree
Showing 13 changed files with 155 additions and 156 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
### Removed
### Changed
- **BREAKING** Update enum serialization to match [changed Conductor API serialization format](https://github.com/holochain/holochain/blob/develop/crates/holochain/CHANGELOG.md#040-dev1).
### Fixed

## 2024-06-13: v0.16.0-dev.8
Expand Down
68 changes: 34 additions & 34 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.4.1-rc.0"
hdk = "0.3.1-rc.0"
hdi = "0.4.1"
hdk = "0.3.1"
nix = { version = "0.29", features = ["signal"] }
once_cell = "1.5.0"
parking_lot = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm install @holochain/tryorama

**Tryorama v0.15.x** is compatible with **JS client v0.16.x** and **Holochain v0.2.x**.

**Tryorama v0.11.x** is compatible with **JS client v0.13.x** and **Holochain v0.1.x**.
**Tryorama v0.11.x** is compatible with **JS client v0.13.x** and **Holochain v0.1.x**.

## Example

Expand Down
30 changes: 15 additions & 15 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 @@ -2,7 +2,7 @@
inputs = {
nixpkgs.follows = "holonix/nixpkgs";

versions.url = "github:holochain/holochain?dir=versions/0_3_rc";
versions.url = "github:holochain/holochain?dir=versions/0_3";
holonix.url = "github:holochain/holochain";
holonix.inputs.versions.follows = "versions";

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.8",
"version": "0.16.0",
"author": "Holochain Foundation",
"license": "MIT",
"keywords": [
Expand Down
Loading

0 comments on commit db34db1

Please sign in to comment.