Skip to content

Commit cc27a5d

Browse files
authored
Add rust-version field to Rewatch's Cargo.toml (#7701)
* Add rust-version field to Rewatch's Cargo.toml * Add CHANGELOG entry
1 parent 86f026c commit cc27a5d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- AST: use `Typ.arrows` for creation, after the refactoring of arrow types. https://github.com/rescript-lang/rescript/pull/7662
3333
- Don't skip Stdlib docstring tests. https://github.com/rescript-lang/rescript/pull/7694
3434
- 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
3536

3637
#### :bug: Bug fix
3738

rewatch/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "rescript"
33
version = "12.0.0-beta.3"
44
edition = "2024"
5+
rust-version = "1.85"
56

67
[dependencies]
78
ahash = "0.8.3"

0 commit comments

Comments
 (0)