Skip to content

Commit

Permalink
set std and sdk to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Oct 31, 2024
1 parent f61ecf4 commit b6d2618
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ incremental = false
overflow-checks = true

[workspace.dependencies]
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", branch = "feat/clean-bindings" }
neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "feat/clean-bindings" }
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", branch = "main" }
neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "main" }

prost = "0.12.4"
prost-types = "0.12.4"
Expand Down

0 comments on commit b6d2618

Please sign in to comment.