Skip to content

Commit

Permalink
set specific dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
weswalla committed Aug 4, 2024
1 parent c2cf339 commit 0631924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ edition = "2021"
[dependencies]
hdk = "0.4.0-dev.5"
holo_hash = { version = "0.4.0-dev.5", features = ["encoding"] }
paste = "*"
serde = "*"
paste = "1.0.15"
serde = "1.0.203"
thiserror = "1"
mockall = "0.9"
fixt = { version = "0.4.0-dev.2", optional = true }
mockall_double = { version = "0.2.0", optional = true }
# specific so as to avoid wasm-bindgen dependency
chrono = { version = "*", default-features = false, features = ["clock", "std", "oldtime", "serde"] }
chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "oldtime", "serde"] }
assert_matches = "1.5.0"
holochain_types = { version = "0.4.0-dev.5", optional = true }

Expand Down

0 comments on commit 0631924

Please sign in to comment.