From 29df86341b5abf28ef5285a60e585706b1f50ea4 Mon Sep 17 00:00:00 2001 From: Jesus Hernandez Date: Sat, 22 Apr 2023 21:56:36 +0200 Subject: [PATCH] chore: Release v0.8.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc84944..75b82c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opaque-pointer" -version = "0.8.7" +version = "0.8.8" description = "Generic functions to work with opaque pointers when use FFI to expose Rust structs" authors = ["Jesus Hernandez "] license = "Unlicense"