Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Jun 14, 2023
1 parent ab1c0e4 commit 76366d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/transmuter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library = []
optimize = """docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/rust-optimizer:0.12.6
cosmwasm/rust-optimizer:0.12.13
"""

[dependencies]
Expand All @@ -50,7 +50,7 @@ schemars = "0.8.8"
serde = {version = "1.0.137", default-features = false, features = ["derive"]}
sylvia = "0.2.2"
thiserror = {version = "1.0.31"}
osmosis-std = { git = "https://github.com/osmosis-labs/osmosis-rust.git"}
osmosis-std = "0.16.0-beta.0"

[dev-dependencies]
anyhow = "1.0.68"
Expand Down

0 comments on commit 76366d3

Please sign in to comment.