Skip to content

Commit

Permalink
fix: zig cc unknown operating system (cross-rs#1480)
Browse files Browse the repository at this point in the history
Bump zigbuild version
Fix cross-rs#1479
  • Loading branch information
Emilgardis authored Apr 29, 2024
2 parents 6d097fb + 75b221f commit 7a2b4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ install_zig_source() {

install_zigbuild() {
local platform="${1}"
local version="0.17.3"
local version="0.17.5"
local dst="/usr/local"
local triple=

Expand Down

0 comments on commit 7a2b4e4

Please sign in to comment.