diff options
Diffstat (limited to 'src/Installation.zig')
| -rw-r--r-- | src/Installation.zig | 2 |
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"); | |||
| 5 | const Allocator = std.mem.Allocator; | 5 | const Allocator = std.mem.Allocator; |
| 6 | const ArenaAllocator = std.heap.ArenaAllocator; | 6 | const ArenaAllocator = std.heap.ArenaAllocator; |
| 7 | const Config = zup.Config; | 7 | const Config = zup.Config; |
| 8 | const ChildProcess = std.ChildProcess; | 8 | const ChildProcess = std.process.Child; |
| 9 | const EasyHttp = zup.EasyHttp; | 9 | const EasyHttp = zup.EasyHttp; |
| 10 | const JsonValue = std.json.Value; | 10 | const JsonValue = std.json.Value; |
| 11 | const SemanticVersion = std.SemanticVersion; | 11 | const SemanticVersion = std.SemanticVersion; |