Skip to content

Commit

Permalink
Merge pull request #467 from kas-gui/work2
Browse files Browse the repository at this point in the history
Macro method modification policy
  • Loading branch information
dhardy authored Jan 21, 2025
2 parents f133edc + 80b1b61 commit d004933
Show file tree
Hide file tree
Showing 26 changed files with 4,644 additions and 64 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,16 @@ jobs:
toolchain: [stable]
include:
- os: ubuntu-latest
toolchain: "1.80.0"
toolchain: "1.80.1"
variant: MSRV
- os: ubuntu-latest
toolchain: beta

steps:
- uses: actions/checkout@v4
- name: MSRV
if: ${{ matrix.variant == 'MSRV' }}
run: cp Cargo.lock.msrv Cargo.lock
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down
Loading

0 comments on commit d004933

Please sign in to comment.