diff --git a/build.zig.zon b/build.zig.zon index 9b7360e..b4f1183 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -24,11 +24,11 @@ // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. - .version = "0.0.0", + .version = "0.1.0", // Tracks the earliest Zig version that the package considers to be a // supported use case. - .minimum_zig_version = "0.14.0-dev.3445+6c3cbb0c8", + .minimum_zig_version = "0.15.0-dev.56+d0911786c", // This field is optional. // Each dependency must either provide a `url` and `hash`, or a `path`. @@ -42,11 +42,9 @@ }, }, .paths = .{ + "LICENSE", "build.zig", "build.zig.zon", "src", - // For example... - //"LICENSE", - //"README.md", }, }