File tree 4 files changed +4
-4
lines changed
actions/spin-ci-dependencies
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
type : bool
9
9
rust-version :
10
10
description : ' Rust version to setup'
11
- default : ' 1.81 '
11
+ default : ' 1.83 '
12
12
required : false
13
13
type : string
14
14
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
18
18
env :
19
19
CARGO_TERM_COLOR : always
20
- RUST_VERSION : 1.81
20
+ RUST_VERSION : 1.83
21
21
22
22
jobs :
23
23
dependency-review :
Original file line number Diff line number Diff line change 11
11
concurrency : ${{ github.workflow }}-${{ github.ref }}
12
12
13
13
env :
14
- RUST_VERSION : 1.81
14
+ RUST_VERSION : 1.83
15
15
16
16
jobs :
17
17
build-and-sign :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ edition = "2021"
12
12
license = " Apache-2.0 WITH LLVM-exception"
13
13
homepage = " https://developer.fermyon.com/spin"
14
14
repository = " https://github.com/fermyon/spin"
15
- rust-version = " 1.81 "
15
+ rust-version = " 1.83 "
16
16
17
17
[dependencies ]
18
18
anyhow = { workspace = true }
You can’t perform that action at this time.
0 commit comments