diff --git a/Cargo.lock b/Cargo.lock index a648061..c068646 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1128,7 +1128,7 @@ dependencies = [ [[package]] name = "neutron-sdk" version = "0.11.0" -source = "git+https://github.com/neutron-org/neutron-sdk?branch=feat/clean-bindings#4353f650827964661bac61d66f597b52a2af5fe2" +source = "git+https://github.com/neutron-org/neutron-sdk?branch=main#b83c182e8688f826c313cae318ff8ae908b87c81" dependencies = [ "bech32 0.9.1", "chrono", @@ -1151,8 +1151,8 @@ dependencies = [ [[package]] name = "neutron-std" -version = "4.2.2-rc" -source = "git+https://github.com/neutron-org/neutron-std?branch=feat/clean-bindings#e196be936045944c3b8625d4f172eb96c78faa20" +version = "5.0.0" +source = "git+https://github.com/neutron-org/neutron-std?branch=main#25e0d0c1e7f56d40ba62908d9e2c03b5d3779bd2" dependencies = [ "bech32 0.9.1", "chrono", @@ -1176,7 +1176,7 @@ dependencies = [ [[package]] name = "neutron-std-derive" version = "0.20.1" -source = "git+https://github.com/neutron-org/neutron-std?branch=feat/clean-bindings#e196be936045944c3b8625d4f172eb96c78faa20" +source = "git+https://github.com/neutron-org/neutron-std?branch=main#25e0d0c1e7f56d40ba62908d9e2c03b5d3779bd2" dependencies = [ "itertools 0.10.5", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index fe22cd6..f9dfd2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ incremental = false overflow-checks = true [workspace.dependencies] -neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", branch = "feat/clean-bindings" } -neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "feat/clean-bindings" } +neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", branch = "main" } +neutron-std = { git = "https://github.com/neutron-org/neutron-std", branch = "main" } prost = "0.12.4" prost-types = "0.12.4"