Skip to content

Commit 6cecc03

Browse files
feat: use crates v0.1.0 for serverless functions in Rust (#131)
1 parent ca90dec commit 6cecc03

File tree

1 file changed

+3
-3
lines changed
  • boilerplate/functions/rust/src/satellite

1 file changed

+3
-3
lines changed

boilerplate/functions/rust/src/satellite/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ic-cdk = "0.17.1"
1212
ic-cdk-macros = "0.17.1"
1313
serde = "1.0.217"
1414
serde_cbor = "0.11.2"
15-
junobuild-satellite = "0.0.22"
16-
junobuild-macros = "0.0.4"
17-
junobuild-utils = "0.0.4"
15+
junobuild-satellite = "0.1.0"
16+
junobuild-macros = "0.1.0"
17+
junobuild-utils = "0.1.0"
1818

0 commit comments

Comments
 (0)