Skip to content

Commit

Permalink
chore(rust): Update informalsystems-pbjson to v0.7.0 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Jan 25, 2024
1 parent d1f9873 commit 4e43a84
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 92 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ripemd = {version = "0.1.1", optional = true, default-features = false}
sha2 = {version = "0.10.2", optional = true, default-features = false}
sha3 = {version = "0.10.2", optional = true, default-features = false}
serde = {version = "1.0", optional = true, default-features = false}
informalsystems-pbjson = { version = "0.6.0", optional = true, default-features = false }
informalsystems-pbjson = { version = "0.7.0", optional = true, default-features = false }

[dev-dependencies]
blake2 = {version = "0.10.6"}
Expand Down
2 changes: 1 addition & 1 deletion rust/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ edition = "2018"
bytes = "1.0.1"
prost = "0.12"
prost-build = "0.12"
informalsystems-pbjson-build = "0.6.0"
informalsystems-pbjson-build = "0.7.0"
Loading

0 comments on commit 4e43a84

Please sign in to comment.