authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-10-14 13:36:40 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-10-14 13:36:40 -07:00
log321bf2b0c97fc1ee1a9eab212f8b41fda111c616
tree35c666c52e5c8b6115444991d9f39b63f708178f
parent5c8e22a0431ab983589e9656c408adede1b2e8a4

deps: remove nektro/zig-range


2 files changed, 0 insertions(+), 2 deletions(-)

base32.zig-1
...@@ -2,7 +2,6 @@...@@ -2,7 +2,6 @@
22
3const std = @import("std");3const std = @import("std");
4const string = []const u8;4const string = []const u8;
5const range = @import("range").range;
65
7const alphabet = "0123456789ABCDEFGHJKMNPQRSTVWXYZ";6const alphabet = "0123456789ABCDEFGHJKMNPQRSTVWXYZ";
87
zig.mod-1
...@@ -5,5 +5,4 @@ license: MIT...@@ -5,5 +5,4 @@ license: MIT
5description: ULID implementation for Zig5description: ULID implementation for Zig
6min_zig_version: 0.10.0-dev.2431+0e6285c8f6min_zig_version: 0.10.0-dev.2431+0e6285c8f
7dependencies:7dependencies:
8 - src: git https://github.com/nektro/zig-range
9 - src: git https://github.com/nektro/zig-extras8 - src: git https://github.com/nektro/zig-extras