forked from marler8997/zigup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update for deprecated aliases in std
The declarations `std.zig.CrossTarget`, `std.fs.MAX_PATH_BYTES`, and `std.mem.tokenize` were made into compile errors in zig version 0.13.0-dev.33+76fb2b685. Individually, these were deprecated (but not made compile errors) in: - std.mem.tokenize: 0.10.0-dev.3139+9da3a9733 - std.zig.CrossTarget: 0.11.0-dev.1886+3179f58c4 - std.fs.MAX_PATH_BYTES: 0.11.0-dev.3382+cd62005f1 so this change makes zigup unbuildable with versions of zig prior to 0.11.0-dev.3382+cd62005f1 (if it was previously was), but allows building zigup with with zig versions after 0.13.0-dev.33+76fb2b685.
- Loading branch information
1 parent
9f737ff
commit e37d205
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters