authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-11-15 23:10:10 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-11-15 23:10:10 -08:00
log17443e2247975508c68204704c3614878cd0f9e6
tree6f8ddab3cb36247301451e95e5a0a0bec891773a
parent6b8c832759cb0b5b72feb1a1dd4b77506fa21d12

zig wants us to use `@import("builtin")` now


1 files changed, 1 insertions(+), 1 deletions(-)

src/util/dep.zig+1-1
...@@ -1,6 +1,6 @@...@@ -1,6 +1,6 @@
1const std = @import("std");1const std = @import("std");
2const string = []const u8;2const string = []const u8;
3const builtin = std.builtin;3const builtin = @import("builtin");
44
5const zigmod = @import("../lib.zig");5const zigmod = @import("../lib.zig");
6const u = @import("index.zig");6const u = @import("index.zig");