aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2022-11-02 12:05:58 +0100
committerLibravatar Rutger Broekhoff2022-11-02 12:05:58 +0100
commit04252bac0d7a9383f943337366d6a6631ce44e91 (patch)
tree8fd1584f9bd0dd15743c7f7dd7d7c8253e725f1f
parent9f49daddbb87920e64439650a2256eb4e94b58dd (diff)
downloadzig-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.zzz2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyro.zzz b/gyro.zzz
index da457a6..127598b 100644
--- a/gyro.zzz
+++ b/gyro.zzz
@@ -1,6 +1,6 @@
1pkgs: 1pkgs:
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"