Skip to content

Commit e6942eb

Browse files
authored
chore: update rust template with ic-cdk v0.16.0 (#3892)
1 parent f57ccbc commit e6942eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

e2e/assets/rust_complex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ edition = 2021
44
resolver = "2"
55

66
[workspace.dependencies]
7-
ic-cdk = "0.15"
7+
ic-cdk = "0.16"
88
candid = "0.10"

e2e/assets/rust_deps/src/rust_deps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
candid = "0.10"
14-
ic-cdk = "0.12"
14+
ic-cdk = "0.16"
1515

1616
[build-dependencies]
1717
ic-cdk-bindgen = "0.1"

src/dfx/assets/project_templates/rust/src/__backend_name__/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
candid = "0.10"
13-
ic-cdk = "0.13"
14-
ic-cdk-timers = "0.7" # Feel free to remove this dependency if you don't need timers
13+
ic-cdk = "0.16"
14+
ic-cdk-timers = "0.10" # Feel free to remove this dependency if you don't need timers

0 commit comments

Comments
 (0)