From cf6611b0844eb7bfc5bbb19287f65b425baf3e87 Mon Sep 17 00:00:00 2001 From: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com> Date: Thu, 12 Oct 2023 07:17:56 -0700 Subject: [PATCH] Release ic-cdk-timers@0.5.1 (#437) --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/ic-cdk-timers/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c766da64..2f366beb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,7 +933,7 @@ dependencies = [ [[package]] name = "ic-cdk-timers" -version = "0.5.0" +version = "0.5.1" dependencies = [ "futures", "ic-cdk", diff --git a/Cargo.toml b/Cargo.toml index d4ce5c0e9..de9540aad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ opt-level = 'z' [workspace.dependencies] ic0 = { path = "src/ic0", version = "0.21.1" } ic-cdk = { path = "src/ic-cdk", version = "0.11.2" } -ic-cdk-timers = { path = "src/ic-cdk-timers", version = "0.5.0" } +ic-cdk-timers = { path = "src/ic-cdk-timers", version = "0.5.1" } candid = "0.9.6" futures = "0.3" diff --git a/src/ic-cdk-timers/Cargo.toml b/src/ic-cdk-timers/Cargo.toml index fcb0f6266..9414d0ad0 100644 --- a/src/ic-cdk-timers/Cargo.toml +++ b/src/ic-cdk-timers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ic-cdk-timers" -version = "0.5.0" +version = "0.5.1" authors.workspace = true edition.workspace = true license.workspace = true