Skip to content

Commit

Permalink
fix neutron-sdk dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Jul 25, 2024
1 parent 574e76a commit 6acdb96
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ incremental = false
overflow-checks = true

[workspace.dependencies]
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", rev = "2a68d5ea8d472a02998006a13b66e08a615b5afa" }
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", rev = "76c4b858b26775bb8c655fa5945922db81375369" }
prost = "0.12.4"
prost-types = "0.12.4"
cosmos-sdk-proto = { version = "0.20.0", default-features = false }
Expand Down

0 comments on commit 6acdb96

Please sign in to comment.