From 150453fae7f66c198d6d434b1cab5a30da485f4d Mon Sep 17 00:00:00 2001 From: Wynd Date: Wed, 18 Dec 2024 00:32:24 +0200 Subject: [PATCH] Moved to stable --- Cargo.toml | 7 +------ rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 78b270f..ede568c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,6 @@ -cargo-features = ["codegen-backend"] - [package] name = "zoomie" -version = "0.1.0" +version = "1.0.0" edition = "2021" [lib] @@ -30,8 +28,5 @@ win-screenshot = { version = "4.0" } [target.'cfg(target_os = "linux")'.dependencies] ashpd = { version = "0.10", default-features = false, features = ["async-std"] } -[profile.dev] -codegen-backend = "cranelift" - [profile.release] strip = true diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5d56faf..292fe49 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" +channel = "stable"