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 86f026c commit cc27a5dCopy full SHA for cc27a5d
CHANGELOG.md
@@ -32,6 +32,7 @@
32
- AST: use `Typ.arrows` for creation, after the refactoring of arrow types. https://github.com/rescript-lang/rescript/pull/7662
33
- Don't skip Stdlib docstring tests. https://github.com/rescript-lang/rescript/pull/7694
34
- Remove all leftovers of pinned-dependencies handling. https://github.com/rescript-lang/rescript/pull/7686
35
+- Add `rust-version` field to Rewatch's `Cargo.toml`. https://github.com/rescript-lang/rescript/pull/7701
36
37
#### :bug: Bug fix
38
rewatch/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "rescript"
3
version = "12.0.0-beta.3"
4
edition = "2024"
5
+rust-version = "1.85"
6
7
[dependencies]
8
ahash = "0.8.3"
0 commit comments