Skip to content

Commit

Permalink
Release ic-cdk@0.11.1, ic0@0.21.0 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Oct 11, 2023
1 parent 847d689 commit 9d1b929
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[workspace]
members = [
"src/*",
"library/*",
"e2e-tests",
]
members = ["src/*", "library/*", "e2e-tests"]

[workspace.package]
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
Expand All @@ -23,8 +19,8 @@ lto = true
opt-level = 'z'

[workspace.dependencies]
ic0 = { path = "src/ic0", version = "0.18.12" }
ic-cdk = { path = "src/ic-cdk", version = "0.11" }
ic0 = { path = "src/ic0", version = "0.21.0" }
ic-cdk = { path = "src/ic-cdk", version = "0.11.1" }
ic-cdk-timers = { path = "src/ic-cdk-timers", version = "0.5.0" }

candid = "0.9.6"
Expand Down
2 changes: 1 addition & 1 deletion src/ic-cdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-cdk"
version = "0.11.0"
version = "0.11.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion src/ic0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic0"
version = "0.18.12"
version = "0.21.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 9d1b929

Please sign in to comment.