Skip to content

Commit d4ca352

Browse files
committed
Move some code around
Signed-off-by: Ryan Levick <[email protected]>
1 parent c987268 commit d4ca352

File tree

4 files changed

+114
-93
lines changed

4 files changed

+114
-93
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Rust
2727
uses: dtolnay/rust-toolchain@stable
2828
with:
29-
toolchain: 1.76
29+
toolchain: 1.79
3030

3131
- name: Install dependencies
3232
run: |
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install Rust
6464
uses: dtolnay/rust-toolchain@stable
6565
with:
66-
toolchain: 1.76
66+
toolchain: 1.79
6767
targets: ${{ matrix.config.target }}
6868
- name: Install Spin
6969
uses: rajatjindal/setup-actions/spin@main

Cargo.lock

Lines changed: 56 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)