Skip to content

Commit f00eb78

Browse files
committed
Use a fixed rust version so there are no clippy surprises during CI
1 parent bf559e0 commit f00eb78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
if: steps.rewatch-build-cache.outputs.cache-hit != 'true'
117117
uses: dtolnay/rust-toolchain@master
118118
with:
119-
toolchain: stable
119+
toolchain: 1.88.0
120120
targets: ${{ matrix.rust-target }}
121121

122122
- name: Build rewatch

rewatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rescript"
33
version = "12.0.0-beta.12"
44
edition = "2024"
5-
rust-version = "1.85"
5+
rust-version = "1.88"
66

77
[dependencies]
88
ahash = "0.8.3"

0 commit comments

Comments
 (0)