Commit95127133Recorded6 May 2026Repositorysigil-crypto
Bump sigil-crypto to 0.16.1
Message
Use 0.16.1 for the Sigil 0.16 dependency-alignment release because v0.16.0 already exists on an older commit.
Changed
package.sgl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Diff
package.sglmodified
@@ -15,7 +15,7 @@
15
16
(package 17
name: "sigil-crypto"−18
version: "0.16.0"+18
version: "0.16.1" 19
sigil: "^0.16" 20
description: "Cryptographic functions for Sigil (SHA, HMAC, ECDSA, ECDH, AES-GCM, HKDF, base64, random)" 21
url: "https://codeberg.org/sigil/sigil-crypto"