Skip to content

Commit

Permalink
Update prost to latest version
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Bogucki <[email protected]>
  • Loading branch information
maurolacy and ueco-jb committed Oct 26, 2021
1 parent 41a57ae commit ad1aa5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cw0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ thiserror = { version = "1.0.21" }

[dev-dependencies]
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.10.0" }
prost = "0.8.0"
prost = "0.9"
2 changes: 1 addition & 1 deletion packages/multi-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cosmwasm-storage = { version = "1.0.0-beta" }
itertools = "0.10.1"
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
prost = "0.8.0"
prost = "0.9"
anyhow = "1"
thiserror = "1"
derivative = "2"

0 comments on commit ad1aa5f

Please sign in to comment.