diff --git a/Cargo.toml b/Cargo.toml index f0bb5768..aa195e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,8 @@ name = "eframe_template" version = "0.1.0" authors = ["Emil Ernerfeldt "] -edition = "2021" +edition = "2024" include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml"] -rust-version = "1.81" [package.metadata.docs.rs] all-features = true diff --git a/rust-toolchain b/rust-toolchain index dd9d16c4..d149472e 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -5,6 +5,6 @@ # to the user in the error, instead of "error: invalid channel name '[toolchain]'". [toolchain] -channel = "1.81" # Avoid specifying a patch version here; see https://github.com/emilk/eframe_template/issues/145 +channel = "stable" # Avoid specifying a patch version here; see https://github.com/emilk/eframe_template/issues/145 components = [ "rustfmt", "clippy" ] targets = [ "wasm32-unknown-unknown" ]