Skip to content

Commit

Permalink
Update Rust crate ic-cdk to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent a55dfce commit 0da79b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/canisters/my_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.3.3"
ic-cdk = "0.7.3"
ic-cdk-macros = "0.3.3"
candid = "0.7.10"
serde = "1.0.133"
Expand Down
2 changes: 1 addition & 1 deletion src/ic_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ic-cdk = "0.3.3"
ic-cdk = "0.7.3"
ic-cdk-macros = "0.3.3"
candid = "0.7.10"
serde = "1.0.133"
Expand Down
2 changes: 1 addition & 1 deletion src/ic_test_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ic-cdk = "0.3.3"
ic-cdk = "0.7.3"
ic-cdk-macros = "0.3.3"
candid = "0.7.10"
serde = "1.0.133"
Expand Down

0 comments on commit 0da79b7

Please sign in to comment.