diff --git a/Cargo.toml b/Cargo.toml index 876377b..8199294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = [ ] license = "MIT OR Apache-2.0" repository = "https://github.com/limine-bootloader/limine-rs" -rust-version = "1.64" +rust-version = "1.77" readme = "README.md" categories = ["no-std"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b5f01ff..d3ad4c1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.64" +channel = "1.77" profile = "default"