From 3217ccc89a2046e9b10c727be0310c8c40aecc0d Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Tue, 30 Apr 2024 10:34:58 -0500 Subject: [PATCH] Align cargo.toml entries --- ibc-derive/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ibc-derive/Cargo.toml b/ibc-derive/Cargo.toml index 3f0d45b75..2c82b2ab2 100644 --- a/ibc-derive/Cargo.toml +++ b/ibc-derive/Cargo.toml @@ -11,6 +11,6 @@ description = "Maintained by `ibc-rs`, macros implementations of #[derive(Client proc-macro = true [dependencies] -syn = { version = "2" } +syn = { version = "2" } proc-macro2 = { version = "1"} -quote = { version = "1" } +quote = { version = "1" }