diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ffdd518..762a3de 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -12,7 +12,7 @@ env: CARGO_TERM_COLOR: always jobs: - test: + build: runs-on: windows-latest steps: @@ -29,6 +29,7 @@ jobs: .\rustup-init.exe -y --default-host=x86_64-pc-windows-gnu --default-toolchain=nightly del rustup-init.exe rustup target add x86_64-pc-windows-gnu --toolchain nightly + rustup component add rust-src --toolchain nightly-x86_64-pc-windows-gnu shell: powershell - name: Add mingw64 to path for x86_64-gnu diff --git a/Cargo.toml b/Cargo.toml index 60cb280..de3feb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nbtworkbench" -version = "0.1.8" +version = "1.0.0" edition = "2021" description = "A modern NBT Editor written in Rust designed for performance and efficiency." license-file = "LICENSE"