Skip to content

Commit 20097b2

Browse files
chore: bump version
1 parent e808ea4 commit 20097b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
rustup default nightly; rustup target add i686-pc-windows-msvc
2626
- name: Build
2727
run:
28-
cargo build --verbose --release
28+
cargo +nightly build --release --verbose -Z build-std=core,alloc,std,panic_abort -Z build-std-features=panic_immediate_abort --target i686-pc-windows-msvc
2929
- name: Upload Artifact
3030
uses: actions/[email protected]
3131
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "betterncm_installer"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)