Skip to content

Commit

Permalink
Update Rust crate ic-cdk-macros to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent a55dfce commit 9ac2c85
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 @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
ic-cdk = "0.3.3"
ic-cdk-macros = "0.3.3"
ic-cdk-macros = "0.13.0"
candid = "0.7.10"
serde = "1.0.133"
serde_bytes = "0.11"
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 @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
ic-cdk = "0.3.3"
ic-cdk-macros = "0.3.3"
ic-cdk-macros = "0.13.0"
candid = "0.7.10"
serde = "1.0.133"
serde_bytes = "0.11"
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 @@ -7,7 +7,7 @@ edition = "2021"

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

0 comments on commit 9ac2c85

Please sign in to comment.