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 87a60d1 commit 676c7fdCopy full SHA for 676c7fd
README.md
@@ -27,7 +27,7 @@ the streaming usage.
27
1. Run the following command to add this project as a dependency
28
29
```sh
30
- zig fetch --save git+https://github.com/uyha/mzg.git
+ zig fetch --save git+https://github.com/uyha/mzg.git#v0.0.2
31
```
32
33
1. In your `build.zig`, add the following
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = .mzg,
3
- .version = "0.0.1",
+ .version = "0.0.2",
4
.fingerprint = 0xb948e4e6d7830c76, // Changing this has security and trust implications.
5
.minimum_zig_version = "0.14.0",
6
.dependencies = .{},
0 commit comments