From 948d5efafc3e60d6652851b911eccee1d3336600 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 25 Aug 2025 02:12:08 -0700 Subject: [PATCH] remove zig-extras as a direct dependency --- yaml.zig | 1 - zigmod.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/yaml.zig b/yaml.zig index a77c1c398dbfe1975b02294d6baa293e3902e4db..e6f0f65e20498670ee90c112a32179fca4ee3c33 100644 --- a/yaml.zig +++ b/yaml.zig @@ -1,6 +1,5 @@ const std = @import("std"); const string = []const u8; -const extras = @import("extras"); const c = @cImport({ @cInclude("yaml.h"); diff --git a/zigmod.yml b/zigmod.yml index 6db7bf254eef69e464b9c45874cc4034c3e4cdde..e2ffbdc40fdd5cbdfd927a49dfb90499d8b7a516 100644 --- a/zigmod.yml +++ b/zigmod.yml @@ -25,8 +25,6 @@ dependencies: - src/scanner.c - src/writer.c - - src: git https://github.com/nektro/zig-extras - root_dependencies: - src: git https://github.com/nektro/zig-expect - src: git https://github.com/nektro/zig-nfs -- 2.54.0