Skip to content

Commit

Permalink
Merge pull request #22 from confio/v0-5-1
Browse files Browse the repository at this point in the history
v0.5.1
  • Loading branch information
uint authored Apr 19, 2022
2 parents 9d67da3 + 3897e9f commit 9902f51
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions contracts/reflect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osmo-reflect"
version = "0.5.0"
version = "0.5.1"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Reflect messages to use for test cases - based on cw-mask"
Expand All @@ -19,7 +19,7 @@ backtraces = ["cosmwasm-std/backtraces"]
[dependencies]
cosmwasm-std = { version = "1.0.0-beta6", features = ["staking", "stargate"] }
cosmwasm-storage = "1.0.0-beta6"
osmo-bindings = { version = "0.5.0", path = "../../packages/bindings" }
osmo-bindings = { version = "0.5.1", path = "../../packages/bindings" }
schemars = "0.8.1"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
thiserror = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/bindings-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osmo-bindings-test"
version = "0.5.0"
version = "0.5.1"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Multitest (and other test helpers) support for Osmosis-specific contracts"
Expand All @@ -10,7 +10,7 @@ license = "Apache-2.0"

[dependencies]
itertools = "0.10"
osmo-bindings = { version = "0.5.0", path = "../bindings" }
osmo-bindings = { version = "0.5.1", path = "../bindings" }
cosmwasm-std = { version = "1.0.0-beta6" }
schemars = "0.8"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "osmo-bindings"
version = "0.5.0"
version = "0.5.1"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Bindings for CustomMsg and CustomQuery for the Osmosis blockchain"
Expand Down

0 comments on commit 9902f51

Please sign in to comment.