From 1268fb362fa12ed8b26fa7ea4f18acd7980dde4b Mon Sep 17 00:00:00 2001 From: pr0n00gler Date: Mon, 11 Nov 2024 15:36:24 +0200 Subject: [PATCH] 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"