Skip to content

Commit

Permalink
fixed versions in rust-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jun 11, 2024
1 parent 2421064 commit 536e45b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rust-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ version = "0.201.0"
crate-type = ["cdylib"]

[dependencies]
holochain_conductor_api = "0.4.0-dev.1"
holochain_integrity_types = "0.4.0-dev.1"
holochain_p2p = "0.4.0-dev.1"
holochain_types = "0.4.0-dev.1"
holochain_zome_types = "0.4.0-dev.1"
holo_hash = "0.4.0-dev.1"
kitsune_p2p_timestamp = "0.4.0-dev.1"
holochain_conductor_api = "0.3.1-rc.1"
holochain_integrity_types = "0.3.1-rc.1"
holochain_p2p = "0.3.1-rc.1"
holochain_types = "0.3.1-rc.1"
holochain_zome_types = "0.3.1-rc.1"
holo_hash = "0.3.1-rc.1"
kitsune_p2p_timestamp = "0.3.1-rc.0"
lair_keystore_api = "0.4.4"

nanoid = "0.4.0"
Expand Down

0 comments on commit 536e45b

Please sign in to comment.