diff options
| author | 2024-07-10 10:24:09 +0300 | |
|---|---|---|
| committer | 2024-07-10 10:24:09 +0300 | |
| commit | 4f35f40441b195749b88352c1b7e6487541b03d7 (patch) | |
| tree | b0e4612eaa18c4edee3c587ac5378d2b4b8928a8 /src/Installation.zig | |
| parent | Release 0.4.0 (diff) | |
| download | zup-4f35f40441b195749b88352c1b7e6487541b03d7.tar.gz zup-4f35f40441b195749b88352c1b7e6487541b03d7.tar.xz zup-4f35f40441b195749b88352c1b7e6487541b03d7.zip | |
Update for zig 0.13.0
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; |