From 26bcf30a44c5c2ccbaac3c9c7719cb17702d54d3 Mon Sep 17 00:00:00 2001 From: Preston Evans Date: Wed, 17 May 2023 17:44:18 -0500 Subject: [PATCH] Update to non-specific sdk version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82cc68c..406e261 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1" tokio = { version = "1", features = ["full"], optional = true } tracing = "0.1.37" -sovereign-sdk = { git = "https://github.com/Sovereign-Labs/sovereign.git", rev = "04d1591b4568cdfbebaa05eeee020c811080a9af" } +sovereign-core = { git = "https://github.com/Sovereign-Labs/sovereign.git", branch = "research" } nmt-rs = { git = "https://github.com/Sovereign-Labs/nmt-rs.git", rev = "dd37588444fca72825d11fe4a46838f66525c49f", features = ["serde", "borsh"] } [dev-dependencies]