Skip to content

Commit 141e9b7

Browse files
Merge pull request #43 from fibonacci1729/bump-versions
bump versions on spin
2 parents 8827aa0 + 24272ca commit 141e9b7

File tree

3 files changed

+559
-105
lines changed

3 files changed

+559
-105
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
permissions:
1414
contents: write
1515

16+
# Construct a concurrency group to be shared across workflow runs.
17+
# The default behavior ensures that only one is running at a time, with
18+
# all others queuing and thus not interrupting runs that are in-flight.
19+
concurrency: ${{ github.workflow }}
20+
1621
env:
1722
PROGRAM_NAME: trigger-mqtt
1823

@@ -26,7 +31,7 @@ jobs:
2631
- name: Install Rust
2732
uses: dtolnay/rust-toolchain@stable
2833
with:
29-
toolchain: 1.79
34+
toolchain: 1.81
3035

3136
- name: Install dependencies
3237
run: |
@@ -63,7 +68,7 @@ jobs:
6368
- name: Install Rust
6469
uses: dtolnay/rust-toolchain@stable
6570
with:
66-
toolchain: 1.79
71+
toolchain: 1.81
6772
targets: ${{ matrix.config.target }}
6873
- name: Install Spin
6974
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)