diff options
author | Rutger Broekhoff | 2022-11-02 12:05:58 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2022-11-02 12:05:58 +0100 |
commit | 04252bac0d7a9383f943337366d6a6631ce44e91 (patch) | |
tree | 8fd1584f9bd0dd15743c7f7dd7d7c8253e725f1f | |
parent | 9f49daddbb87920e64439650a2256eb4e94b58dd (diff) | |
download | zig-nkeys-04252bac0d7a9383f943337366d6a6631ce44e91.tar.gz zig-nkeys-04252bac0d7a9383f943337366d6a6631ce44e91.zip |
Prepare for 0.4.0 release0.4.0
With the updated Zig Ed25519 API, the API of this package has also
changed a bit. The package needed to be updated for Zig 0.10.0 in the
first place, and builds with Zig master (ebf9ffd) now.
-rw-r--r-- | gyro.zzz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | pkgs: | 1 | pkgs: |
2 | nkeys: | 2 | nkeys: |
3 | version: 0.3.1 | 3 | version: 0.4.0 |
4 | description: "NKeys support for Zig" | 4 | description: "NKeys support for Zig" |
5 | license: Apache-2.0 | 5 | license: Apache-2.0 |
6 | source_url: "https://github.com/rutgerbrf/zig-nkeys" | 6 | source_url: "https://github.com/rutgerbrf/zig-nkeys" |