Rust wrapper: wolfssl-wolfcrypt v2.1.0

This commit is contained in:
Josh Holtrop
2026-07-06 12:07:39 -04:00
parent 19f6f01c61
commit a29a882a3a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "wolfssl-wolfcrypt"
version = "2.0.0"
version = "2.1.0"
dependencies = [
"aead",
"bindgen",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wolfssl-wolfcrypt"
version = "2.0.0"
version = "2.1.0"
edition = "2024"
description = "Rust wrapper for wolfssl C library cryptographic functionality"
license = "GPL-3.0"