Skip to content

Commit a91f8ca

Browse files
authored
chore: release 0.3.2 (#138)
* Bump up version * Restrict dependency version to minor semver * Bump cfg-if * Remove unused dependency * Add back patch number
1 parent e723e81 commit a91f8ca

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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.3.1"
3+
version = "0.3.2"
44
authors = ["DFINITY Stiftung <[email protected]>"]
55
edition = "2018"
66
description = "Canister Developer Kit macros."

src/ic-cdk-optimizer/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-cdk-optimizer"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["DFINITY Stiftung <[email protected]>"]
55
edition = "2018"
66
description = "WASM Optimizer for the IC CDK (experimental)."
@@ -19,5 +19,4 @@ binaryen = "0.12.0"
1919
clap = "=3.0.0-beta.2"
2020
clap_derive = "=3.0.0-beta.2"
2121
humansize = "1.1.0"
22-
tempfile = "3.1.0"
2322
wabt = "0.10.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.1"
3+
version = "0.3.2"
44
authors = ["DFINITY Stiftung <[email protected]>"]
55
edition = "2018"
66
description = "Canister Developer Kit for the Internet Computer."
@@ -14,7 +14,7 @@ include = ["src", "Cargo.toml", "LICENSE", "README.md"]
1414

1515
[dependencies]
1616
candid = "0.7.4"
17-
cfg-if = "0.1.10"
17+
cfg-if = "1.0.0"
1818
serde = "1.0.110"
1919

2020
[features]

0 commit comments

Comments
 (0)