From 87d5965c8e61cb0ccc40f695b7a39b1122bfb34a Mon Sep 17 00:00:00 2001 From: Thomas Luijken Date: Tue, 10 Sep 2024 17:48:01 +0200 Subject: [PATCH] Fixed cargo packages --- stellar_rust_sdk/Cargo.toml | 2 +- stellar_rust_sdk_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stellar_rust_sdk/Cargo.toml b/stellar_rust_sdk/Cargo.toml index 85ef66c..fadb53f 100644 --- a/stellar_rust_sdk/Cargo.toml +++ b/stellar_rust_sdk/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1.15.0", features = ["full"] } stellar-xdr = { version = "21.2.0", features = ["base64"] } serde_json = "1.0.120" serde = { version = "1.0.188", features = ["derive"] } -derive-getters = "0.4.0" +derive-getters = "0.5.0" hex = "0.4.3" base64 = "0.22.1" chrono = "0.4.38" diff --git a/stellar_rust_sdk_derive/Cargo.toml b/stellar_rust_sdk_derive/Cargo.toml index fcdc978..17008d4 100644 --- a/stellar_rust_sdk_derive/Cargo.toml +++ b/stellar_rust_sdk_derive/Cargo.toml @@ -23,7 +23,7 @@ autobenches = true [dependencies] quote = "1.0" proc-macro2 = "1.0" -syn = "2.0" +syn = {version = "2.0", features = ["full"] } [lib] proc-macro = true