Moved to stable

master
Wynd 2024-12-18 00:29:57 +02:00
parent 642b0cc557
commit 2817c5a70b
2 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,6 @@
cargo-features = ["codegen-backend"]
[package]
name = "gamo"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -18,7 +16,6 @@ tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[profile.dev]
codegen-backend = "cranelift"
opt-level = 0
lto = false
incremental = true

View File

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