diff --git a/Cargo.toml b/Cargo.toml index c6a1089e..ae1997c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"