From 0c716bdb225ea3c1eb31153277806e5418e2ebd0 Mon Sep 17 00:00:00 2001 From: Steve Loveless Date: Thu, 30 May 2024 16:24:47 -0700 Subject: [PATCH] Bump ffi crate to 0.23.0 Should've done this with the release of the main crate, but overlooked. --- crates/ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ffi/Cargo.toml b/crates/ffi/Cargo.toml index d3f1303..7a301e1 100644 --- a/crates/ffi/Cargo.toml +++ b/crates/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wise_units-ffi" -version = "0.22.1" +version = "0.23.0" description = "FFI wrapper for wise_units" repository = "https://github.com/agrian-inc/wise_units" license = "MIT"