Skip to content

Commit

Permalink
chore(.github): bump rust to 1.71 per clap v4.4.2 via spin-llm crate
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice committed Sep 11, 2023
1 parent db5d5a6 commit fbe5c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.68
RUST_VERSION: 1.71
jobs:
lint-rust:
name: Lint Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency: ${{ github.workflow }}

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.68
RUST_VERSION: 1.71

jobs:
reset_canary_release:
Expand Down

0 comments on commit fbe5c84

Please sign in to comment.