Skip to content

Commit 7fc8c91

Browse files
authored
fix: gh actions (#158)
* fix: update rust version to 1.87 * fix: some complaints, also use 1.85.1 * fix: revert to 1.74 * chore: update to 1.75
1 parent 77026cf commit 7fc8c91

File tree

10 files changed

+6510
-14
lines changed

10 files changed

+6510
-14
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: dtolnay/rust-toolchain@master
1919
with:
20-
toolchain: 1.74
20+
toolchain: 1.75
2121
components: rustfmt
2222
- name: Check formatting
2323
run: >
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: dtolnay/rust-toolchain@master
3232
with:
33-
toolchain: 1.74
33+
toolchain: 1.75
3434
components: clippy
3535
- name: Run linter
3636
run: cargo clippy -- -D warnings
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444
- uses: dtolnay/rust-toolchain@master
4545
with:
46-
toolchain: 1.74
46+
toolchain: 1.75
4747
- uses: taiki-e/install-action@v2
4848
with:
4949
tool: nextest
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v3
6262
- uses: dtolnay/rust-toolchain@master
6363
with:
64-
toolchain: 1.74
64+
toolchain: 1.75
6565
targets: wasm32-unknown-unknown
6666
- uses: taiki-e/install-action@v2
6767
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
/target
2-
Cargo.lock
32

43
.DS_Store

0 commit comments

Comments
 (0)