Skip to content

Commit aa86c7c

Browse files
authored
Merge pull request #28 from rpl-cmu/version-bumps
Update versions & tiny-solver benches
2 parents 749701b + ff5bcb8 commit aa86c7c

File tree

7 files changed

+1001
-338
lines changed

7 files changed

+1001
-338
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Rust toolchain and cache
2424
uses: actions-rust-lang/setup-rust-toolchain@v1
2525
with:
26-
toolchain: 1.81
26+
toolchain: 1.83
2727
components: rustfmt,clippy
2828

2929
- name: cargo fmt
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Rust toolchain and cache
4545
uses: actions-rust-lang/setup-rust-toolchain@v1
4646
with:
47-
toolchain: 1.81
47+
toolchain: 1.83
4848

4949
- name: default
5050
run: cargo test

0 commit comments

Comments
 (0)