Skip to content

Commit 7eb760b

Browse files
author
AsixDev-Eugene0082
authored
chore: release 0.3.1 (#112)
1 parent 78c7b0b commit 7eb760b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ic-cdk-macros/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-macros"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["DFINITY Stiftung <[email protected]>"]
55
edition = "2018"
66
description = "Canister Developer Kit macros."
@@ -16,7 +16,7 @@ include = ["src", "Cargo.toml", "LICENSE", "README.md"]
1616
proc-macro = true
1717

1818
[dependencies]
19-
candid = "0.7.1"
19+
candid = "0.7.4"
2020
ic-cdk = { path = "../ic-cdk", version = "0.3" }
2121
syn = { version = "1.0.58", features = ["fold", "full"] }
2222
quote = "1.0"

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.3.0"
3+
version = "0.3.1"
44
authors = ["DFINITY Stiftung <[email protected]>"]
55
edition = "2018"
66
description = "Canister Developer Kit for the Internet Computer."
@@ -13,7 +13,7 @@ keywords = ["internet-computer", "types", "dfinity", "canister", "cdk"]
1313
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
1414

1515
[dependencies]
16-
candid = "0.7.1"
16+
candid = "0.7.4"
1717
cfg-if = "0.1.10"
1818
serde = "1.0.110"
1919

0 commit comments

Comments
 (0)