diff --git a/ninja-build/Cargo.toml b/ninja-build/Cargo.toml index 74e3367..86f1071 100644 --- a/ninja-build/Cargo.toml +++ b/ninja-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ninja-build" -version = "0.0.1" +version = "0.1.0" edition = "2024" readme = "README.md" description = "build script helpers for working with nightly" @@ -10,10 +10,6 @@ homepage = "https://github.com/MusicalNinjaDad/rust" repository = "https://github.com/MusicalNinjaDad/rust" categories = ["development-tools::build-utils"] license = "MIT" -publish = false - -[package.metadata.binstall] -pkg-url = "{ repo }/releases/download/{ name }_v{ version }/{ name }-{ target }-v{ version }{ archive-suffix }" [dependencies] autocfg = "1.5.0" diff --git a/ninja-build/rust-toolchain.toml b/ninja-build/rust-toolchain.toml index 099e39a..02cb8fc 100644 --- a/ninja-build/rust-toolchain.toml +++ b/ninja-build/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly" +channel = "stable" profile = "default"