@@ -3,32 +3,30 @@ name = "trigger-cron"
33version = { workspace = true }
44authors = { workspace = true }
55edition = { workspace = true }
6- rust-version = " 1.73 "
6+ rust-version = { workspace = true }
77
88[workspace .package ]
9- version = " 0.2 .0"
10- authors = [
" Fermyon Engineering <[email protected] > " ]
9+ version = " 0.3 .0"
10+ authors = [" The Spin authors " ]
1111edition = " 2021"
12- rust-version = " 1.82 "
12+ rust-version = " 1.90 "
1313
1414[workspace ]
1515members = [" sdk" , " sdk/macro" ]
1616
17- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
18-
1917[dependencies ]
2018anyhow = " 1.0.75"
2119async-trait = " 0.1"
2220clap = { version = " 3.1.15" , features = [" derive" , " env" ] }
2321serde = " 1.0"
24- spin-factors = { git = " https://github.com/spinframework/spin" , tag = " v3.4.1 " }
25- spin-runtime-factors = { git = " https://github.com/spinframework/spin" , tag = " v3.4.1 " }
26- spin-trigger = { git = " https://github.com/spinframework/spin" , tag = " v3.4.1 " }
22+ spin-factors = { git = " https://github.com/spinframework/spin" , tag = " v3.5.0 " }
23+ spin-runtime-factors = { git = " https://github.com/spinframework/spin" , tag = " v3.5.0 " }
24+ spin-trigger = { git = " https://github.com/spinframework/spin" , tag = " v3.5.0 " }
2725tokio = { version = " 1.37" , features = [" full" ] }
2826tokio-cron-scheduler = " 0.13"
2927tracing = { version = " 0.1" , features = [" log" ] }
3028tracing-subscriber = { version = " 0.3.7" , features = [" env-filter" ] }
31- wasmtime = { version = " 36 .0.2 " }
29+ wasmtime = { version = " 37 .0.1 " }
3230
3331[target .'cfg(target_os = "linux")' .dependencies ]
3432# This needs to be an explicit dependency to enable
0 commit comments