From 3ce88db8ab239d3a245fbcbeea51a72b93d0a11d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 15 Dec 2021 13:26:22 +0200 Subject: [PATCH] upgrade zig to 0.9.0-dev.1968+ff93486d0 --- toolchain/defs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/defs.bzl b/toolchain/defs.bzl index a02520e..19dba50 100644 --- a/toolchain/defs.bzl +++ b/toolchain/defs.bzl @@ -141,7 +141,7 @@ _URL_FORMAT_RELEASE = "https://ziglang.org/download/{version}/zig-{host_platform _URL_FORMAT_NIGHTLY = "https://ziglang.org/builds/zig-{host_platform}-{version}.tar.xz" _URL_FORMAT_JAKSTYS = "https://dl.jakstys.lt/zig/zig-{host_platform}-{version}.tar.xz" -_VERSION = "0.9.0-dev.1950+a76910b69" +_VERSION = "0.9.0-dev.1968+ff93486d0" def register_toolchains( register = [],