Skip to content

Commit

Permalink
Merge pull request #53 from fibonacci1729/bump-versions
Browse files Browse the repository at this point in the history
bump versions on spin
  • Loading branch information
fibonacci1729 authored Jan 7, 2025
2 parents ce30539 + 32af057 commit 777068a
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 148 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ on:
permissions:
contents: write

# Construct a concurrency group to be shared across workflow runs.
# The default behavior ensures that only one is running at a time, with
# all others queuing and thus not interrupting runs that are in-flight.
concurrency: ${{ github.workflow }}

env:
PROGRAM_NAME: trigger-sqs

Expand All @@ -33,7 +38,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.79
toolchain: 1.81
targets: ${{ matrix.config.target }}
- name: Install Spin
uses: rajatjindal/setup-actions/spin@main
Expand Down
Loading

0 comments on commit 777068a

Please sign in to comment.