Version 1.0.1
This commit is contained in:
parent
2dd23a7580
commit
95f2130a13
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ std.debug.print("{s}", .{ascii}); // Output: "Blosse".
|
||||||
In your project directory:
|
In your project directory:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
zig fetch --save https://code.zeptotech.net/zedd/anyascii.zig/archive/v1.0.0.tar.gz
|
zig fetch --save https://code.zeptotech.net/zedd/anyascii.zig/archive/v1.0.1.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
In `build.zig`:
|
In `build.zig`:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.{
|
.{
|
||||||
.name = "anyascii.zig",
|
.name = "anyascii.zig",
|
||||||
.version = "1.0.0",
|
.version = "1.0.1",
|
||||||
.dependencies = .{},
|
.dependencies = .{},
|
||||||
|
|
||||||
.paths = .{
|
.paths = .{
|
||||||
|
|
Loading…
Reference in a new issue