Skip to content

Commit d186822

Browse files
committed
Bump version to v0.10.0 and update dependencies
1 parent d64e5b3 commit d186822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opaque-pointer"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Generic functions to work with opaque pointers when use FFI to expose Rust structs"
55
authors = [
66
"Jesus Hernandez <jesushdez@protonmail.com>",
@@ -31,7 +31,7 @@ c-types = ["std"]
3131

3232
[dependencies]
3333
log = "0.4"
34-
lazy_static = { version = "1.4", optional = true }
34+
lazy_static = { version = "1.5", optional = true }
3535

3636
[package.metadata.docs.rs]
3737
features = ["std", "lender"]

0 commit comments

Comments
 (0)