Skip to content

Commit 83ba5fc

Browse files
Release 0.17.2 (#604)
1 parent 7adf37c commit 83ba5fc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ic-cdk-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-cdk-macros"
3-
version = "0.17.1" # sync with ic-cdk
3+
version = "0.17.2" # sync with ic-cdk
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

src/ic-cdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-cdk"
3-
version = "0.17.1" # sync with ic-cdk-macros
3+
version = "0.17.2" # sync with ic-cdk-macros
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true
@@ -28,7 +28,7 @@ ic-cdk-executor.workspace = true
2828
# Dependents won't accidentaly upgrading ic-cdk-macros only but not ic-cdk.
2929
# ic-cdk-macros is a hidden dependency, re-exported by ic-cdk.
3030
# It should not be included by users direcly.
31-
ic-cdk-macros = { path = "../ic-cdk-macros", version = "=0.17.1" }
31+
ic-cdk-macros = { path = "../ic-cdk-macros", version = "=0.17.2" }
3232
serde.workspace = true
3333
serde_bytes.workspace = true
3434
slotmap = { workspace = true, optional = true }

0 commit comments

Comments
 (0)