Skip to content

Commit

Permalink
Upgrade zig to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 20, 2023
1 parent 4bf0fb2 commit 6ce3ce2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [1.61.0, stable, nightly]
zig: [0.10.0, master]
zig: [0.10.1, master]
exclude:
# Only test MSRV with zig stable version
- toolchain: 1.61.0
Expand Down
56 changes: 28 additions & 28 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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN cargo build --manifest-path /cargo-zigbuild/Cargo.toml --release
FROM rust:$RUST_VERSION

# Install Zig
ARG ZIG_VERSION=0.10.0
ARG ZIG_VERSION=0.10.1
RUN curl -L "https://ziglang.org/download/${ZIG_VERSION}/zig-linux-$(uname -m)-${ZIG_VERSION}.tar.xz" | tar -J -x -C /usr/local && \
ln -s "/usr/local/zig-linux-$(uname -m)-${ZIG_VERSION}/zig" /usr/local/bin/zig

Expand Down

0 comments on commit 6ce3ce2

Please sign in to comment.