Skip to content

Commit

Permalink
cargo: rely on [email protected] + bump ver (#90)
Browse files Browse the repository at this point in the history
* cargo: rely on `[email protected]` + bump ver

* cargo: fix mistake

* cargo: add `version`
  • Loading branch information
erwanor authored Apr 13, 2023
1 parent a9a04f4 commit 521fcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jmt"
version = "0.4.1"
version = "0.4.2"
authors = [
"Penumbra Labs <[email protected]>",
"Diem Association <[email protected]>",
Expand All @@ -22,7 +22,6 @@ std = ["dep:thiserror"]
metrics = ["std", "dep:prometheus", "dep:once_cell"]

[dependencies]
ics23 = { git = "https://github.com/penumbra-zone/ics23", branch = "compare-prehashed-keys", optional = true }
anyhow = "1.0.38"
borsh = "0.10.0"
hashbrown = "0.13.2"
Expand All @@ -38,6 +37,7 @@ prometheus = { version = "0.13", optional = true }
sha2 = "0.10"
hex = "0.4"
tracing = "0.1"
ics23 = { version = "0.10.0", optional = true}

[dev-dependencies]
hex = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 521fcab

Please sign in to comment.