Skip to content

Commit

Permalink
Merge pull request #1731 from fermyon/llm-support
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Sep 5, 2023
2 parents 7f84a95 + 964f772 commit 43c3ca2
Show file tree
Hide file tree
Showing 29 changed files with 3,559 additions and 265 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.68'
default: '1.71'
required: false
type: string

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

env:
RUST_VERSION: 1.68
RUST_VERSION: 1.71

jobs:
build-and-sign:
Expand Down
Loading

0 comments on commit 43c3ca2

Please sign in to comment.