Skip to content

Commit

Permalink
set std branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Oct 31, 2024
1 parent 4353f65 commit 5935e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ overflow-checks = true

[workspace.dependencies]
cosmwasm-std = "2.1.0"
neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "feat/clean-bindings" }
neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "main" }
cosmwasm-schema = { version = "2.1.0", default-features = false }
cw2 = "2.0.0"
cw-storage-plus = "2.0.0"
Expand Down

0 comments on commit 5935e3f

Please sign in to comment.