Skip to content

Commit

Permalink
Increase range-middleware version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lubkoll committed Sep 11, 2024
1 parent 3cb0520 commit 5a9ad41
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions smart-contracts/osmosis/contracts/range-middleware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Nikita (rizz) <[email protected]>"]
edition = "2021"
name = "range-middleware"
version = "0.3.0"
version = "0.3.1"

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -11,9 +11,7 @@ crate-type = ["cdylib", "rlib"]
name = "schema"

[features]
# for more explicit tests, cargo test --features=backtraces
backtraces = ["cosmwasm-std/backtraces"]
# use library feature to disable all instantiate/execute/query exports
library = []

[dependencies]
Expand All @@ -26,7 +24,4 @@ serde = { workspace = true }
thiserror = { workspace = true }
dex-router-osmosis = { workspace = true }
cl-vault = {path = "../cl-vault", features = ["library"]}
osmosis-std = "0.25.0"

[dev-dependencies]
cw-multi-test = { workspace = true }
osmosis-std = { workspace = true }

0 comments on commit 5a9ad41

Please sign in to comment.