From ea50ab53e5b60266178e0aa364c93ad131704dd3 Mon Sep 17 00:00:00 2001 From: Julian Compagni Portis Date: Thu, 19 Dec 2024 20:15:52 -0800 Subject: [PATCH] update neutron-std --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40c41839..98254310 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/prec_dec" } cosmwasm-schema = { version = "2.1.0", default-features = false } cw2 = "2.0.0" cw-storage-plus = "2.0.0"