We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf559e0 commit f00eb78Copy full SHA for f00eb78
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
if: steps.rewatch-build-cache.outputs.cache-hit != 'true'
117
uses: dtolnay/rust-toolchain@master
118
with:
119
- toolchain: stable
+ toolchain: 1.88.0
120
targets: ${{ matrix.rust-target }}
121
122
- name: Build rewatch
rewatch/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "rescript"
3
version = "12.0.0-beta.12"
4
edition = "2024"
5
-rust-version = "1.85"
+rust-version = "1.88"
6
7
[dependencies]
8
ahash = "0.8.3"
0 commit comments