We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6877e commit 7b0ff98Copy full SHA for 7b0ff98
build.zig
@@ -6,7 +6,7 @@ pub fn build(b: *std.Build) void {
6
const target = b.standardTargetOptions(.{});
7
const optimize = b.standardOptimizeOption(.{});
8
9
- _ = b.addModule("thi.ng", .{
+ _ = b.addModule("thing", .{
10
.root_source_file = b.path("src/main.zig"),
11
.target = target,
12
.optimize = optimize,
build.zig.zon
@@ -1,8 +1,8 @@
1
.{
2
.name = .thing,
3
- .version = "0.1.1",
+ .version = "0.2.0",
4
.minimum_zig_version = "0.14.0",
5
- .fingerprint = 0x5b4c2c83314fb2b8,
+ .fingerprint = 0x5b4c2c83dab535e7,
.paths = .{
"src",
"build.zig",
0 commit comments