Skip to content

Commit

Permalink
build: add rust-toolchain.toml
Browse files Browse the repository at this point in the history
This will help enforce an MSRV of 1.64.
  • Loading branch information
lylythechosenone committed Apr 5, 2024
1 parent 396b2b9 commit 265cb74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ authors = [
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/limine-bootloader/limine-rs"
rust-version = "1.64"

readme = "README.md"
categories = ["no-std"]
Expand Down
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "1.64"
profile = "default"

0 comments on commit 265cb74

Please sign in to comment.