diff --git a/Cargo.toml b/Cargo.toml index e281794..3335f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f27b9a0..292fe49 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel= "nightly" \ No newline at end of file +channel = "stable"