Skip to content

Commit 2e0ae03

Browse files
committed
chore(Cargo.toml): bump rust-version to 1.78
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 353ef99 commit 2e0ae03

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.76"
13+
RUST_VERSION: "1.78"
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.76
12+
RUST_VERSION: 1.78
1313

1414
jobs:
1515
lint-and-test:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "v*"
99

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

1313
jobs:
1414
crates:

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.76"
89+
rust-version = "1.78"
9090
homepage = "https://developer.fermyon.com/spin/v2/rust-components"
9191

9292
[workspace.dependencies]

0 commit comments

Comments
 (0)