Skip to content

Commit

Permalink
bump spin_sdk dep versions in example and template (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: karthik2804 <[email protected]>
  • Loading branch information
karthik2804 authored Apr 2, 2024
1 parent f511eab commit 95a11a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions guest-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion guest-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version = "1.71"
crate-type = ["cdylib"]

[dependencies]
spin-sdk = "3.0.0"
spin-sdk = "3.0.1"
spin-cron-sdk = { path = "../sdk" }

[workspace]
2 changes: 1 addition & 1 deletion templates/cron-rust/content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.71"
crate-type = ["cdylib"]

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

[workspace]

0 comments on commit 95a11a4

Please sign in to comment.