Skip to content

Commit

Permalink
upgrade to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeosPrograms committed Dec 6, 2024
1 parent 19f0a4a commit 801c99b
Show file tree
Hide file tree
Showing 69 changed files with 9,789 additions and 11,464 deletions.
1,320 changes: 144 additions & 1,176 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,13 @@ members= [
# "zomes/social_triangulation",
]

resolver = "2"

[workspace.dependencies]
serde = "=1.0.197"
serde = "=1.0.203"
serde_bytes = "*"
hdi = "0.4.1"
hdk = "0.3.1"
holo_hash = "=0.3.1"
holochain_serialized_bytes = "=0.0.53"
holochain_zome_types = { version = "=0.3.1", default-features = false }
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
holo_hash = "=0.4.0-rc.0"
holochain_serialized_bytes = "=0.0.55"
holochain_zome_types = { version = "^0.4.0-rc", default-features = false }
Loading

0 comments on commit 801c99b

Please sign in to comment.