File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 .name = .microzig ,
33 // Note: This should be changed if you fork microzig!
44 .fingerprint = 0x605a83a849186d0f ,
5- .version = "0.15.0 " ,
5+ .version = "0.15.1 " ,
66 .minimum_zig_version = "0.15.1" ,
77 .dependencies = .{
88 .@"build-internals" = .{ .path = "build-internals" },
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Quickly check that you have Zig `0.15.1` installed by running `zig version`.
2727Assuming you've initialized a zig project with `zig init`, or have set one up
2828yourself, you can add microzig as a dependency with the following command:
2929
30- ```sh
31- zig fetch --save https://github.com/ZigEmbeddedGroup/microzig/releases/download/0.15.0 /microzig.tar.gz
30+ ```sh
31+ zig fetch --save https://github.com/ZigEmbeddedGroup/microzig/releases/download/0.15.1 /microzig.tar.gz
3232```
3333
3434Then in your `build.zig`:
You can’t perform that action at this time.
0 commit comments