mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-25 22:55:06 +02:00
other: include a toolchain file from now on (#1503)
This commit is contained in:
parent
a794cc5123
commit
01c0c33451
@ -15,6 +15,7 @@ build = "build.rs"
|
|||||||
exclude = [
|
exclude = [
|
||||||
".cargo-husky/",
|
".cargo-husky/",
|
||||||
".github/",
|
".github/",
|
||||||
|
".idea",
|
||||||
".vscode/",
|
".vscode/",
|
||||||
"assets/",
|
"assets/",
|
||||||
"desktop/",
|
"desktop/",
|
||||||
@ -33,9 +34,7 @@ exclude = [
|
|||||||
"codecov.yml",
|
"codecov.yml",
|
||||||
"CONTRIBUTING.md",
|
"CONTRIBUTING.md",
|
||||||
"Cross.toml",
|
"Cross.toml",
|
||||||
"debug.log",
|
"rust-toolchain.toml",
|
||||||
"flamegraph.svg",
|
|
||||||
"perf.data",
|
|
||||||
"rustfmt.toml",
|
"rustfmt.toml",
|
||||||
]
|
]
|
||||||
# The oldest version I've tested that should still build - note this is not an official MSRV!
|
# The oldest version I've tested that should still build - note this is not an official MSRV!
|
||||||
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[toolchain]
|
||||||
|
channel = "1.80.0"
|
Loading…
x
Reference in New Issue
Block a user