Skip to content

Commit

Permalink
update neutron-sdk deps to use sdk47 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Sep 20, 2023
1 parent 4531935 commit 1230127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion contracts/tokenfactory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library = []
cosmwasm-std = "1.3.1"
serde = { version = "1.0.180", default-features = false, features = ["derive"] }
schemars = "0.8.12"
neutron-sdk = { package = "neutron-sdk", git="https://github.com/neutron-org/neutron-sdk", branch="feat/tokenfactory-update" }
neutron-sdk = { package = "neutron-sdk", git="https://github.com/neutron-org/neutron-sdk", branch = "sdk/47" }

[dev-dependencies]
cosmwasm-schema = { version = "1.3.1", default-features = false }

0 comments on commit 1230127

Please sign in to comment.