Merge pull request #11064 from holtrop-wolfssl/wolfssl-wolfcrypt-2.2.0

Rust wrapper: bump wolfssl-wolfcrypt crate to v2.2.0
This commit is contained in:
David Garske
2026-08-07 12:33:26 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# wolfssl-wolfcrypt Change Log
## Unreleased
## v2.2.0
New features:
+1 -1
View File
@@ -420,7 +420,7 @@ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "wolfssl-wolfcrypt"
version = "2.1.0"
version = "2.2.0"
dependencies = [
"aead",
"bindgen",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wolfssl-wolfcrypt"
version = "2.1.0"
version = "2.2.0"
edition = "2024"
description = "Rust wrapper for wolfssl C library cryptographic functionality"
license = "GPL-3.0"