summaryrefslogtreecommitdiff
path: root/src/Installation.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Installation.zig')
-rw-r--r--src/Installation.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Installation.zig b/src/Installation.zig
index 6565263..6e2e120 100644
--- a/src/Installation.zig
+++ b/src/Installation.zig
@@ -5,7 +5,7 @@ const zup = @import("root");
5const Allocator = std.mem.Allocator; 5const Allocator = std.mem.Allocator;
6const ArenaAllocator = std.heap.ArenaAllocator; 6const ArenaAllocator = std.heap.ArenaAllocator;
7const Config = zup.Config; 7const Config = zup.Config;
8const ChildProcess = std.ChildProcess; 8const ChildProcess = std.process.Child;
9const EasyHttp = zup.EasyHttp; 9const EasyHttp = zup.EasyHttp;
10const JsonValue = std.json.Value; 10const JsonValue = std.json.Value;
11const SemanticVersion = std.SemanticVersion; 11const SemanticVersion = std.SemanticVersion;