Skip to content

Commit 020f2a8

Browse files
committed
Unrelated lock file thing means we need Rust 1.83
Signed-off-by: itowlson <[email protected]>
1 parent b78bc32 commit 020f2a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/spin-ci-dependencies/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
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

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
env:
1919
CARGO_TERM_COLOR: always
20-
RUST_VERSION: 1.81
20+
RUST_VERSION: 1.83
2121

2222
jobs:
2323
dependency-review:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
concurrency: ${{ github.workflow }}-${{ github.ref }}
1212

1313
env:
14-
RUST_VERSION: 1.81
14+
RUST_VERSION: 1.83
1515

1616
jobs:
1717
build-and-sign:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
license = "Apache-2.0 WITH LLVM-exception"
1313
homepage = "https://developer.fermyon.com/spin"
1414
repository = "https://github.com/fermyon/spin"
15-
rust-version = "1.81"
15+
rust-version = "1.83"
1616

1717
[dependencies]
1818
anyhow = { workspace = true }

0 commit comments

Comments
 (0)