From 459d30ed64e88a4de75fa6f01bffd20989d58167 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Fri, 26 Apr 2024 11:23:24 -0500 Subject: [PATCH] Update ibc-derive deps version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 013dcdf8b..e5122a585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ ibc-apps = { version = "0.51.0", path = "./ibc-apps", default ibc-primitives = { version = "0.51.0", path = "./ibc-primitives", default-features = false } ibc-testkit = { version = "0.51.0", path = "./ibc-testkit", default-features = false } -ibc-derive = { version = "0.6.1", path = "./ibc-derive" } +ibc-derive = { version = "0.7.0", path = "./ibc-derive" } ibc-core-client = { version = "0.51.0", path = "./ibc-core/ics02-client", default-features = false } ibc-core-connection = { version = "0.51.0", path = "./ibc-core/ics03-connection", default-features = false }