Skip to content

Commit

Permalink
pin holochain deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Sep 24, 2024
1 parent 2fe68c8 commit 0543d3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ napi = { version = "2.12.2", default-features = false, features = [
] }
napi-derive = "2.12.2"

holochain_conductor_api = "0.4.0-dev.20"
holochain_p2p = "0.4.0-dev.20"
holochain_types = "0.4.0-dev.20"
lair_keystore_api = "0.5.0"
holochain_conductor_api = "=0.4.0-dev.20"
holochain_p2p = "=0.4.0-dev.20"
holochain_types = "=0.4.0-dev.20"
lair_keystore_api = "=0.5.0"

futures = "0.3"
hex = "0.4.3"
Expand Down

0 comments on commit 0543d3a

Please sign in to comment.