From 079e5e6ccfb0bb893f22b0146eae778f9ea17700 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 21 Jul 2022 09:03:39 -0700 Subject: [PATCH] update to latest zig --- build.zig | 2 +- flake.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.zig b/build.zig index 0cdf1d37a..26d3295b8 100644 --- a/build.zig +++ b/build.zig @@ -106,7 +106,7 @@ fn conformanceSteps( // Open the directory ./conformance const c_dir_path = root() ++ "/conformance"; - var c_dir = try fs.openDirAbsolute(c_dir_path, .{ .iterate = true }); + var c_dir = try fs.openIterableDirAbsolute(c_dir_path, .{}); defer c_dir.close(); // Go through and add each as a step diff --git a/flake.lock b/flake.lock index c28a94db8..572ae0928 100644 --- a/flake.lock +++ b/flake.lock @@ -109,11 +109,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1657932590, - "narHash": "sha256-/VYiDnfb2HMs5N4eEB2PHDW07FDDiRUtz3uYhHVZztk=", + "lastModified": 1658364818, + "narHash": "sha256-i2tMXGyg65fCSId1oI2Yx8eB49FeXdHylLeiXOCJppQ=", "owner": "roarkanize", "repo": "zig-overlay", - "rev": "a5081a3f6ffc59ddb82fce68bb695779c0ea0aac", + "rev": "e9fedbc0f672b54baa5a671a7e5729a366278188", "type": "github" }, "original": {