From 00b8eabbff0f7ccc9fdce94a1e1ae2a8e9ef8b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:32:42 +0000 Subject: [PATCH] Update Rust crate ic-cdk 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..ccd5131 100644 --- a/src/standard/Cargo.toml +++ b/src/standard/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -ic-cdk = "0.3" +ic-cdk = "0.6" ic-cdk-macros = "0.3" candid = "0.6.19" chrono = "0.4"