Skip to content

Commit

Permalink
Release ic-cdk-timers@0.5.1 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Oct 12, 2023
1 parent 2f8b47b commit cf6611b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/ic-cdk-timers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf6611b

Please sign in to comment.