Rust crate: bump version to 1.0.0

This commit is contained in:
Josh Holtrop
2025-12-16 10:04:15 -05:00
parent 95e8276d55
commit 37fa1581d3
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
name = "wolfssl-wolfcrypt"
version = "0.1.1"
version = "1.0.0"
dependencies = [
"bindgen",
"regex",

View File

@@ -1,6 +1,6 @@
[package]
name = "wolfssl-wolfcrypt"
version = "0.1.1"
version = "1.0.0"
edition = "2024"
description = "Rust wrapper for wolfssl C library cryptographic functionality"
license = "GPL-3.0"