Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 19, 2022
1 parent 9ce8b33 commit 747e435
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
- name: Linux - Test x86_64
- name: Linux - Test x86_64 build
if: matrix.os == 'ubuntu-latest'
run: |
cargo run zigbuild --target x86_64-unknown-linux-gnu
Expand All @@ -53,12 +53,12 @@ jobs:
run: |
rustup target add aarch64-unknown-linux-musl
cargo run zigbuild --target aarch64-unknown-linux-musl
- name: macOS - Test
- name: macOS - Test build
run: |
rustup target add aarch64-apple-darwin
cargo run zigbuild --target aarch64-apple-darwin
cargo run zigbuild --target aarch64-apple-darwin --release
- name: Windows - Test gnu
- name: Windows - Test gnu build
run: |
rustup target add x86_64-pc-windows-gnu
cargo run zigbuild --target x86_64-pc-windows-gnu
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-zigbuild"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
description = "Compile Cargo project with zig as linker"
license = "MIT"
Expand Down

0 comments on commit 747e435

Please sign in to comment.