Skip to content

Commit

Permalink
cnidarium: use [email protected] and prepare 0.83 (#9)
Browse files Browse the repository at this point in the history
This fixes penumbra-zone/penumbra#5004, and
prepares a new release.
  • Loading branch information
erwanor authored Jan 27, 2025
1 parent 97599b5 commit dd1a08c
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 = "cnidarium"
version = "0.82.1"
version = "0.83.0"
authors = [
"Penumbra Labs <[email protected]>",
"Henry de Valence <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@ ibc-proto = { version = "0.51.1", default-features = false, features = ["serde"]
ibc-types = { version = "0.15.0", default-features = false, features = ["std"] }
ics23 = "0.12.0"
jmt = { version = "0.11", features = ["migration"] }
metrics = { version = "0.22.3", optional = true }
metrics = { version = "0.24", optional = true }
once_cell = "1.19.0"
parking_lot = "0.12.3"
pbjson = { version = "0.7", optional = true }
Expand Down

0 comments on commit dd1a08c

Please sign in to comment.