From f85124ec0a151b92a3e58c337ecb3d07d5f7011e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:32:48 +0000 Subject: [PATCH] Update Rust crate ic-cdk-macros to 0.6 --- src/standard/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standard/Cargo.toml b/src/standard/Cargo.toml index d4127a6..b254614 100644 --- a/src/standard/Cargo.toml +++ b/src/standard/Cargo.toml @@ -9,6 +9,6 @@ crate-type = ["cdylib"] [dependencies] ic-cdk = "0.3" -ic-cdk-macros = "0.3" +ic-cdk-macros = "0.6" candid = "0.6.19" chrono = "0.4"