From 42737a4bdd2049886b501ef6955a38027e4ddf03 Mon Sep 17 00:00:00 2001 From: pr0n00gler Date: Thu, 14 Mar 2024 18:24:32 +0200 Subject: [PATCH] update neutron-sdk to main branch --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 653453b..f0a8c25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "neutron-sdk" version = "0.8.0" -source = "git+https://github.com/neutron-org/neutron-sdk?branch=feat/v047-icq#d5a055dc868e79d9a45d1e4cd03c313fc90700b1" +source = "git+https://github.com/neutron-org/neutron-sdk?branch=main#ebdffb37fb63837649d22f5493355a40450cd2d9" dependencies = [ "bech32", "cosmos-sdk-proto 0.20.0", diff --git a/Cargo.toml b/Cargo.toml index 1bce8f4..67649ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ incremental = false overflow-checks = true [workspace.dependencies] -neutron-sdk = { git = "https://github.com/neutron-org/neutron-sdk", branch = "feat/v047-icq" } +neutron-sdk = { git = "https://github.com/neutron-org/neutron-sdk", branch = "main" } prost = "0.12.1" prost-types = "0.12.1" cosmos-sdk-proto = { version = "0.20.0", default-features = false }