diff options
| author | 2023-04-02 22:28:09 +0300 | |
|---|---|---|
| committer | 2023-04-02 22:30:53 +0300 | |
| commit | 06a9ac758c3c201625cbc17d3ccc0f8eea19cdf5 (patch) | |
| tree | 1d8261677108400367497a1adec01135e18ad6f5 /src/update.zig | |
| parent | Actually use my zig-curl instead of zelda. (diff) | |
| download | zup-06a9ac758c3c201625cbc17d3ccc0f8eea19cdf5.tar.gz zup-06a9ac758c3c201625cbc17d3ccc0f8eea19cdf5.tar.xz zup-06a9ac758c3c201625cbc17d3ccc0f8eea19cdf5.zip | |
Update to latest zig
Diffstat (limited to 'src/update.zig')
| -rw-r--r-- | src/update.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.zig b/src/update.zig index 3451d90..55e6847 100644 --- a/src/update.zig +++ b/src/update.zig | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const zup = @import("zup"); | 2 | const zup = @import("root"); |
| 3 | 3 | ||
| 4 | const Config = zup.Config; | 4 | const Config = zup.Config; |
| 5 | const Installation = zup.Installation; | 5 | const Installation = zup.Installation; |