From 71d2c3302acd4df716d39adb5d6797c2075bd946 Mon Sep 17 00:00:00 2001 From: Techatrix <19954306+Techatrix@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:48:19 +0100 Subject: [PATCH] set minimum build version to `0.12.0-dev.1663+6b1a823b2b` (#1616) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * set minimum build version to `0.12.0-dev.1663+6b1a823b2b` * flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c082856b850ec60cda9f0a0db2bc7bd8900d708c' (2023-11-02) → 'github:NixOS/nixpkgs/51a01a7e5515b469886c120e38db325c96694c2f' (2023-11-21) • Updated input 'zig-overlay': 'github:mitchellh/zig-overlay/730e8bfb1bc68557b6107945dbda37346abebca9' (2023-11-02) → 'github:mitchellh/zig-overlay/f7a7dc4699f7342e5a61e65de6756952fbac3d8f' (2023-11-22) --- build.zig | 4 ++-- flake.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.zig b/build.zig index b5eaca769..5d5b8b5a4 100644 --- a/build.zig +++ b/build.zig @@ -4,8 +4,8 @@ const builtin = @import("builtin"); const zls_version = std.SemanticVersion{ .major = 0, .minor = 12, .patch = 0 }; /// document the latest breaking change that caused a change to the string below: -/// mem: fix UB in `readInt`/`writeInt` and delete variants -const min_zig_string = "0.12.0-dev.1379+725f765c3"; +/// compiler: add error for unnecessary use of 'var' +const min_zig_string = "0.12.0-dev.1663+6b1a823b2b"; pub fn build(b: *std.build.Builder) !void { comptime { diff --git a/flake.lock b/flake.lock index c2864032d..7e4b0c793 100644 --- a/flake.lock +++ b/flake.lock @@ -83,11 +83,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1698890957, - "narHash": "sha256-DJ+SppjpPBoJr0Aro9TAcP3sxApCSieY6BYBCoWGUX8=", + "lastModified": 1700538105, + "narHash": "sha256-uZhOCmwv8VupEmPZm3erbr9XXmyg7K67Ul3+Rx2XMe0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c082856b850ec60cda9f0a0db2bc7bd8900d708c", + "rev": "51a01a7e5515b469886c120e38db325c96694c2f", "type": "github" }, "original": { @@ -130,11 +130,11 @@ ] }, "locked": { - "lastModified": 1698926906, - "narHash": "sha256-w9RRPwkDDXZ6mU9vX5MRDnBtXTAUlRAhmsHCfFA9heU=", + "lastModified": 1700654922, + "narHash": "sha256-n3e7QAGhEDV1Ttu8m+VVt3oJwYVBat1KM29IKxIJlxM=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "730e8bfb1bc68557b6107945dbda37346abebca9", + "rev": "f7a7dc4699f7342e5a61e65de6756952fbac3d8f", "type": "github" }, "original": {