Skip to content

Commit

Permalink
chore: release 0.3.1 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsixDev-Eugene0082 authored Jul 22, 2021
1 parent 78c7b0b commit 7eb760b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ic-cdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-cdk-macros"
version = "0.3.0"
version = "0.3.1"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
edition = "2018"
description = "Canister Developer Kit macros."
Expand All @@ -16,7 +16,7 @@ include = ["src", "Cargo.toml", "LICENSE", "README.md"]
proc-macro = true

[dependencies]
candid = "0.7.1"
candid = "0.7.4"
ic-cdk = { path = "../ic-cdk", version = "0.3" }
syn = { version = "1.0.58", features = ["fold", "full"] }
quote = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0"
version = "0.3.1"
authors = ["DFINITY Stiftung <sdk@dfinity.org>"]
edition = "2018"
description = "Canister Developer Kit for the Internet Computer."
Expand All @@ -13,7 +13,7 @@ keywords = ["internet-computer", "types", "dfinity", "canister", "cdk"]
include = ["src", "Cargo.toml", "LICENSE", "README.md"]

[dependencies]
candid = "0.7.1"
candid = "0.7.4"
cfg-if = "0.1.10"
serde = "1.0.110"

Expand Down

0 comments on commit 7eb760b

Please sign in to comment.