Skip to content

Commit 95a11a4

Browse files
authored
bump spin_sdk dep versions in example and template (#12)
Signed-off-by: karthik2804 <[email protected]>
1 parent f511eab commit 95a11a4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

guest-rust/Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

guest-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.71"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
spin-sdk = "3.0.0"
12+
spin-sdk = "3.0.1"
1313
spin-cron-sdk = { path = "../sdk" }
1414

1515
[workspace]

templates/cron-rust/content/Cargo.toml

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

1212
[dependencies]
13-
spin-sdk = "3.0.0"
13+
spin-sdk = "3.0.1"
1414
spin-cron-sdk = { git = "https://github.com/fermyon/spin-trigger-cron/" }
1515

1616
[workspace]

0 commit comments

Comments
 (0)