Skip to content

Commit

Permalink
bumped to 0.4.0-dev.18
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Aug 19, 2024
1 parent c748693 commit f513d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ napi = { version = "2.12.2", default-features = false, features = [
] }
napi-derive = "2.12.2"

holochain_conductor_api = { git = "https://github.com/holochain/holochain", rev = "9fc92667b775b893cb1a50c062554744fc0cbc06"}
holochain_p2p = { git = "https://github.com/holochain/holochain", rev = "9fc92667b775b893cb1a50c062554744fc0cbc06"}
holochain_types = { git = "https://github.com/holochain/holochain", rev = "9fc92667b775b893cb1a50c062554744fc0cbc06"}
holochain_conductor_api = "0.4.0-dev.18"
holochain_p2p = "0.4.0-dev.18"
holochain_types = "0.4.0-dev.18"
lair_keystore_api = "0.4.5"

futures = "0.3"
Expand Down

0 comments on commit f513d9e

Please sign in to comment.