authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-16 22:25:37 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-16 22:25:37 -08:00
log88ae6ecb985f61f9522a51afed787b8748fb219a
treec3a0dcdd763bb6097bded73fdddb96387609bcae
parent85a81e1d789acbbe931c964df1cef2e715ca2ec7

deps: extras also exposes range


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

time.zig+1-1
......@@ -1,6 +1,6 @@
11const std = @import("std");
22const string = []const u8;
3const range = @import("range").range;
3const range = extras.range;
44const extras = @import("extras");
55const time = @This();
66
zig.mod-1
......@@ -4,5 +4,4 @@ main: time.zig
44license: MIT
55description: A date and time parsing and formatting library for Zig.
66dependencies:
7 - src: git https://github.com/nektro/zig-range
87 - src: git https://github.com/nektro/zig-extras