Rust wrapper: update wolfssl-wolfcrypt crate to v1.1.0

This commit is contained in:
Josh Holtrop
2026-02-06 13:18:18 -05:00
parent 25db90afe7
commit 70a7f4d5de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
name = "wolfssl-wolfcrypt"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"bindgen",
"regex",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wolfssl-wolfcrypt"
version = "1.0.0"
version = "1.1.0"
edition = "2024"
description = "Rust wrapper for wolfssl C library cryptographic functionality"
license = "GPL-3.0"