Skip to content

Commit

Permalink
bump to holochain 0.4.0-rc.2 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme authored Dec 4, 2024
1 parent eba7d13 commit 5bc9737
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ async-trait = "0.1"
parking_lot = "0.12.1"

holo_hash = { version = "0.4.0-rc.0", features = ["encoding"] }
holochain_conductor_api = "0.4.0-rc.1"
holochain_websocket = "0.4.0-rc.1"
holochain_conductor_api = "0.4.0-rc.2"
holochain_websocket = "0.4.0-rc.2"
holochain_serialized_bytes = "0.0.55"
holochain_types = "0.4.0-rc.1"
holochain_types = "0.4.0-rc.2"
holochain_nonce = "0.4.0-rc.0"
holochain_zome_types = { workspace = true }

lair_keystore_api = { version = "0.5.2", optional = true }
kitsune_p2p_types = "0.4.0-rc.1"
lair_keystore_api = { version = "0.5.3", optional = true }
kitsune_p2p_types = "0.4.0-rc.2"

tokio = { version = "1.36", features = ["rt"] }

[dev-dependencies]
arbitrary = "1.2"
fixt = "0.4.0-rc.0"
holochain = { version = "0.4.0-rc.1", features = ["test_utils"] }
holochain = { version = "0.4.0-rc.2", features = ["test_utils"] }
rand = "0.8"
serde_yaml = "0.9"

Expand Down

0 comments on commit 5bc9737

Please sign in to comment.