Skip to content

Commit

Permalink
cargo: bump sneaky tendermint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Aug 18, 2023
1 parent 7387a3e commit fe98a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/ibc-types-identifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ parking_lot = { version = "0.12.1", default-features = false, optional = true }
cfg-if = { version = "1.0.0", optional = true }

[dependencies.tendermint-testgen]
version = "0.29"
version = "0.33"
optional = true
default-features = false

Expand Down
2 changes: 1 addition & 1 deletion crates/ibc-types-transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ parking_lot = { version = "0.12.1", default-features = false, optional = true }
cfg-if = { version = "1.0.0", optional = true }

[dependencies.tendermint-testgen]
version = "0.29"
version = "0.33"
optional = true
default-features = false

Expand Down

0 comments on commit fe98a30

Please sign in to comment.