Skip to content

Commit

Permalink
bump holochain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 6, 2024
1 parent c5a0bd0 commit 1bbdedc
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 29 deletions.
93 changes: 67 additions & 26 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
edition = "2021"
name = "hc-spin-rust-utils"
version = "0.400.0-rc.0"
version = "0.400.0-rc.1"

[lib]
crate-type = ["cdylib"]

[dependencies]
# We keep those holochain dependencies separate from the root project to avoid irrelevant incompatibilities
holochain_integrity_types = "0.4.0-rc.0"
holochain_types = "0.4.0-rc.1"
holochain_types = "0.4.0-rc.2"
holochain_zome_types = "0.4.0-rc.1"
holo_hash = "0.4.0-rc.0"
kitsune_p2p_timestamp = "0.4.0-rc.0"
lair_keystore_api = "0.5.2"
lair_keystore_api = "0.5.3"

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

0 comments on commit 1bbdedc

Please sign in to comment.