Skip to content

Commit 6fb8e60

Browse files
committed
bump Rust version to 1.76
Signed-off-by: Joel Dice <[email protected]>
1 parent de2be69 commit 6fb8e60

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "README.md"
1111

1212
env:
13-
RUST_VERSION: "1.73"
13+
RUST_VERSION: "1.76"
1414
SPIN_VERSION: ""
1515

1616
jobs:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "README.md"
1010

1111
env:
12-
RUST_VERSION: 1.73
12+
RUST_VERSION: 1.76
1313

1414
jobs:
1515
lint-and-test:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "v*"
99

1010
env:
11-
RUST_VERSION: 1.73
11+
RUST_VERSION: 1.76
1212

1313
jobs:
1414
crates:
@@ -39,4 +39,4 @@ jobs:
3939
- name: Publish spin-sdk to crates.io
4040
working-directory: ./
4141
run: |
42-
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
42+
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ authors = ["Fermyon Engineering <[email protected]>"]
8686
edition = "2021"
8787
license = "Apache-2.0 WITH LLVM-exception"
8888
repository = "https://github.com/fermyon/spin-rust-sdk"
89-
rust-version = "1.73"
89+
rust-version = "1.76"
9090
homepage = "https://developer.fermyon.com/spin/v2/rust-components"
9191

9292
[workspace.dependencies]

0 commit comments

Comments
 (0)