mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
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.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
f6ed54baf4
commit
70dc2ff2ed
Notes:
github-actions[bot]
2026-03-02 09:11:10 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/70dc2ff2ed2 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8240 Reviewed-by: https://github.com/gmta ✅
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "stable"
|
||||
|
||||
Reference in New Issue
Block a user