Skip to content

Commit 720c7f4

Browse files
authored
Merge pull request #2753 from fermyon/factors
Spin Factors
2 parents 952577f + 03ba863 commit 720c7f4

File tree

222 files changed

+14429
-14825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+14429
-14825
lines changed

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

Lines changed: 1 addition & 1 deletion
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.76'
11+
default: '1.79'
1212
required: false
1313
type: string
1414

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
env:
2323
CARGO_TERM_COLOR: always
24-
RUST_VERSION: 1.76
24+
RUST_VERSION: 1.79
2525

2626
jobs:
2727
dependency-review:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.76
14+
RUST_VERSION: 1.79
1515

1616
jobs:
1717
build-and-sign:

0 commit comments

Comments
 (0)