This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c5bb98bcf0
ladybird
/
rust-toolchain.toml
4 lines
66 B
TOML
Raw
Normal View
History
Unescape
Escape
Meta: Add a rust-toolchain toml file to pin required rust version Some developers might have interesting rust versions installed and set as their default via `rustup default`, but we want to make sure that everyone is using the same version as CI.
2026-03-01 15:00:08 -03:00
[
toolchain
]
Meta: Revert to a stable rust compiler Let's not depend on a nightly pre-release, especially not just for a linting option. We can enable the linter option once it lands in the stable release.
2026-06-02 14:33:21 -03:00
channel
=
"1.96.0"
Meta: Pin Rust toolchain version This should prevent CI failures on toolchain updates in the future.
2026-04-16 17:27:45 -03:00
components
=
[
"rustfmt"
,
"clippy"
]
Reference in a new issue
Copy permalink