Moved to stable

master
Wynd 2024-12-18 00:32:24 +02:00
parent 52b97bc36d
commit 150453fae7
2 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,6 @@
cargo-features = ["codegen-backend"]
[package] [package]
name = "zoomie" name = "zoomie"
version = "0.1.0" version = "1.0.0"
edition = "2021" edition = "2021"
[lib] [lib]
@ -30,8 +28,5 @@ win-screenshot = { version = "4.0" }
[target.'cfg(target_os = "linux")'.dependencies] [target.'cfg(target_os = "linux")'.dependencies]
ashpd = { version = "0.10", default-features = false, features = ["async-std"] } ashpd = { version = "0.10", default-features = false, features = ["async-std"] }
[profile.dev]
codegen-backend = "cranelift"
[profile.release] [profile.release]
strip = true strip = true

View File

@ -1,2 +1,2 @@
[toolchain] [toolchain]
channel = "nightly" channel = "stable"