Skip to content

Commit

Permalink
jmt: use latest ics23 spec (#107)
Browse files Browse the repository at this point in the history
* jmt: use `[email protected]`

* jmt: prepare release `v0.9.0`
  • Loading branch information
erwanor authored Oct 16, 2023
1 parent 1a7aca1 commit d8c854e
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.8.0"
version = "0.9.0"
authors = [
"Penumbra Labs <[email protected]>",
"Diem Association <[email protected]>",
Expand Down Expand Up @@ -37,7 +37,7 @@ sha2 = { version = "0.10", optional = true }
blake3 = { version = "1.4.0", optional = true, features = ["traits-preview"] }
hex = "0.4"
tracing = "0.1"
ics23 = { version = "0.10.0", optional = true}
ics23 = { version = "0.11.0", optional = true}

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

0 comments on commit d8c854e

Please sign in to comment.