Skip to content

Commit

Permalink
YES IT WORKS, WOO!
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV committed Feb 10, 2024
1 parent dec49ad commit 3eeb340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
test:
build:
runs-on: windows-latest

steps:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3eeb340

Please sign in to comment.