Skip to content

Commit 327e335

Browse files
feat: update ic-cdk v0.19.0 and latest satellite crates in Rust template (#436)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 80dbe1f commit 327e335

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/eject/rust/src/satellite/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
candid = "0.10.19"
11-
ic-cdk = "0.18.5"
12-
ic-cdk-macros = "0.18.5"
10+
candid = "0.10.20"
11+
ic-cdk = "0.19.0"
12+
ic-cdk-macros = "0.19.0"
1313
serde = "1.0.225"
1414
serde_cbor = "0.11.2"
15-
junobuild-satellite = "0.3.0"
15+
junobuild-satellite = "0.3.1"
1616
junobuild-macros = "0.1.1"
17-
junobuild-utils = "0.1.4"
17+
junobuild-utils = "0.1.5"
1818

0 commit comments

Comments
 (0)