Skip to content

Commit

Permalink
set minimum build version to 0.12.0-dev.1663+6b1a823b2b (#1616)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
Techatrix authored Nov 22, 2023
1 parent 62f17ab commit 71d2c33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit 71d2c33

Please sign in to comment.