Commit e8a9b3f
committed
cdc9d0d chore: replaced deprecated 'version' option with 'style_edition' and update nightly version to 2025-04-04 (GideonBature)
Pull request description:
This PR addresses the deprecation warning from `rustfmt` related to the use of the `version` configuration option in the `rustfmt.toml` file. Replaced the `version` key in favor of the `style_edition` key, as suggested by the warning.
### Changes Made
- Removed `version = "One"` from `rustfmt.toml`
- Added `style_edition = "2021"` to match the crates' Rust edition and the `edition` in the `rustfmt.toml` file.
Closes #121
ACKs for top commit:
tcharding:
ACK cdc9d0d
Tree-SHA512: 5f5ccfbd56d80cc1120f328b1960a5508b9800802abbeb65ee90851d01822f77103046de3d60d2a066d245648cca4be31216e076273f7ff04ca364150d542ad0
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments