mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-21 19:53:05 +00:00
other: include a toolchain file from now on (#1503)
This commit is contained in:
parent
a794cc5123
commit
01c0c33451
2 changed files with 4 additions and 3 deletions
|
@ -15,6 +15,7 @@ build = "build.rs"
|
|||
exclude = [
|
||||
".cargo-husky/",
|
||||
".github/",
|
||||
".idea",
|
||||
".vscode/",
|
||||
"assets/",
|
||||
"desktop/",
|
||||
|
@ -33,9 +34,7 @@ exclude = [
|
|||
"codecov.yml",
|
||||
"CONTRIBUTING.md",
|
||||
"Cross.toml",
|
||||
"debug.log",
|
||||
"flamegraph.svg",
|
||||
"perf.data",
|
||||
"rust-toolchain.toml",
|
||||
"rustfmt.toml",
|
||||
]
|
||||
# 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…
Reference in a new issue