Skip to content

Commit

Permalink
dev.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ddd-mtl committed Sep 5, 2024
1 parent 2f2b71c commit 03decf3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ unused_attributes = "allow"

[dependencies]
serde = { version = "1.0.203", default-features = false }
hdk = { version = "=0.4.0-dev.16", features = ["encoding"] }
hdk = { version = "=0.4.0-dev.14", features = ["encoding"] }

# Broken hdk deps
hdk_derive = { version = "=0.4.0-dev.12", default-features = false }
holochain_integrity_types = "=0.4.0-dev.12"

#chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"], optional = true }
#holochain_zome_types = { version = "=0.2.4", default-features = false }
Expand Down

0 comments on commit 03decf3

Please sign in to comment.