Skip to content

Commit 801c99b

Browse files
committed
upgrade to 0.4
1 parent 19f0a4a commit 801c99b

File tree

69 files changed

+9789
-11464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+9789
-11464
lines changed

Cargo.lock

+144-1,176
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+8-6
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,13 @@ members= [
188188
# "zomes/social_triangulation",
189189
]
190190

191+
resolver = "2"
192+
191193
[workspace.dependencies]
192-
serde = "=1.0.197"
194+
serde = "=1.0.203"
193195
serde_bytes = "*"
194-
hdi = "0.4.1"
195-
hdk = "0.3.1"
196-
holo_hash = "=0.3.1"
197-
holochain_serialized_bytes = "=0.0.53"
198-
holochain_zome_types = { version = "=0.3.1", default-features = false }
196+
hdi = "0.5.0-rc"
197+
hdk = "0.4.0-rc"
198+
holo_hash = "=0.4.0-rc.0"
199+
holochain_serialized_bytes = "=0.0.55"
200+
holochain_zome_types = { version = "^0.4.0-rc", default-features = false }

0 commit comments

Comments
 (0)