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 ea809c6 commit 682699bCopy full SHA for 682699b
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = "microzig",
3
- .version = "0.12.0",
+ .version = "0.12.1",
4
.dependencies = .{
5
// packages within the monorepo so that others can reach them
6
.build = .{ .path = "build" },
build/build.zig.zon
.name = "build",
- .version = "0.0.0",
+ .version = "0.0.1",
.@"microzig/tools/uf2" = .{
.path = "../tools/uf2",
core/build.zig.zon
.name = "core",
.@"microzig/build/definitions" = .{ .path = "../build/definitions" },
},
0 commit comments