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