From 0a2b67e66008bd9bb716513fca0257e0ecd4754d Mon Sep 17 00:00:00 2001 From: pr0n00gler Date: Thu, 31 Oct 2024 13:21:44 +0200 Subject: [PATCH 1/2] respect gogoproto nullable --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" From 1268fb362fa12ed8b26fa7ea4f18acd7980dde4b Mon Sep 17 00:00:00 2001 From: pr0n00gler Date: Mon, 11 Nov 2024 15:36:24 +0200 Subject: [PATCH 2/2] upd deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57f6f057..40c41839 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/respect-gogoproto-nullable" } +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"