File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
actions/spin-ci-dependencies Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 type : bool
99 rust-version :
1010 description : ' Rust version to setup'
11- default : ' 1.81 '
11+ default : ' 1.83 '
1212 required : false
1313 type : string
1414
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717
1818env :
1919 CARGO_TERM_COLOR : always
20- RUST_VERSION : 1.81
20+ RUST_VERSION : 1.83
2121
2222jobs :
2323 dependency-review :
Original file line number Diff line number Diff line change 1111concurrency : ${{ github.workflow }}-${{ github.ref }}
1212
1313env :
14- RUST_VERSION : 1.81
14+ RUST_VERSION : 1.83
1515
1616jobs :
1717 build-and-sign :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ edition = "2021"
1212license = " Apache-2.0 WITH LLVM-exception"
1313homepage = " https://developer.fermyon.com/spin"
1414repository = " https://github.com/fermyon/spin"
15- rust-version = " 1.81 "
15+ rust-version = " 1.83 "
1616
1717[dependencies ]
1818anyhow = { workspace = true }
You can’t perform that action at this time.
0 commit comments