Skip to content

Commit

Permalink
use workspace version of neutron-sdk in dex_stargate contract
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Dec 15, 2023
1 parent 1736dcf commit d87c3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/dex_stargate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", rev = "520022fad4fc7e78569ec87e81043346f5125051" }
neutron-sdk = { workspace = true }
cosmwasm-std = { version = "1.4.0", features = ["stargate"] }
cw2 = "1.1.1"
schemars = "0.8.15"
Expand Down

0 comments on commit d87c3ae

Please sign in to comment.