We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64e5b3 commit d186822Copy full SHA for d186822
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "opaque-pointer"
3
-version = "0.9.0"
+version = "0.10.0"
4
description = "Generic functions to work with opaque pointers when use FFI to expose Rust structs"
5
authors = [
6
"Jesus Hernandez <jesushdez@protonmail.com>",
@@ -31,7 +31,7 @@ c-types = ["std"]
31
32
[dependencies]
33
log = "0.4"
34
-lazy_static = { version = "1.4", optional = true }
+lazy_static = { version = "1.5", optional = true }
35
36
[package.metadata.docs.rs]
37
features = ["std", "lender"]
0 commit comments