Skip to content

Commit

Permalink
Merge pull request #2753 from fermyon/factors
Browse files Browse the repository at this point in the history
Spin Factors
  • Loading branch information
lann authored Aug 27, 2024
2 parents 952577f + 03ba863 commit 720c7f4
Show file tree
Hide file tree
Showing 222 changed files with 14,429 additions and 14,825 deletions.
2 changes: 1 addition & 1 deletion .github/actions/spin-ci-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
type: bool
rust-version:
description: 'Rust version to setup'
default: '1.76'
default: '1.79'
required: false
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.76
RUST_VERSION: 1.79

jobs:
dependency-review:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

env:
RUST_VERSION: 1.76
RUST_VERSION: 1.79

jobs:
build-and-sign:
Expand Down
Loading

0 comments on commit 720c7f4

Please sign in to comment.