diff options
| author | 2023-04-02 22:28:09 +0300 | |
|---|---|---|
| committer | 2023-04-02 22:30:53 +0300 | |
| commit | 06a9ac758c3c201625cbc17d3ccc0f8eea19cdf5 (patch) | |
| tree | 1d8261677108400367497a1adec01135e18ad6f5 /src/switch.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 '')
| -rw-r--r-- | src/switch.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/switch.zig b/src/switch.zig index e5d243f..f90f7d7 100644 --- a/src/switch.zig +++ b/src/switch.zig | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const xdg = @import("xdg"); | 2 | const xdg = @import("xdg"); |
| 3 | const zup = @import("zup"); | 3 | const zup = @import("root"); |
| 4 | 4 | ||
| 5 | const Config = zup.Config; | 5 | const Config = zup.Config; |
| 6 | const Installation = zup.Installation; | 6 | const Installation = zup.Installation; |