diff --git a/Cargo.toml b/Cargo.toml index ae1997c0..57f6f057 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 = "main" } +neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "feat/respect-gogoproto-nullable" } cosmwasm-schema = { version = "2.1.0", default-features = false } cw2 = "2.0.0" cw-storage-plus = "2.0.0" @@ -32,4 +32,4 @@ protobuf = "~3.3.0" hex = "0.4.3" serde_json = { version = "1.0.87" } tendermint-proto = "0.34.1" -speedate = "0.13.0" \ No newline at end of file +speedate = "0.13.0"