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]
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

View File

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