diff --git a/README.md b/README.md index e1f2eb9..e5d72f2 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Cargo.toml: ```toml [dependencies] -dlopen2 = "0.5" +dlopen2 = "0.6" ``` ## Documentation diff --git a/dlopen2-derive/Cargo.toml b/dlopen2-derive/Cargo.toml index 4dc3f85..658b097 100644 --- a/dlopen2-derive/Cargo.toml +++ b/dlopen2-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlopen2_derive" -version = "0.3.0" +version = "0.4.0" authors = ["Szymon Wieloch ", "OpenByte "] description = "Derive macros for the dlopen2 crate." diff --git a/dlopen2/Cargo.toml b/dlopen2/Cargo.toml index b0f1f89..337efcb 100644 --- a/dlopen2/Cargo.toml +++ b/dlopen2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlopen2" -version = "0.5.0" +version = "0.6.0" authors = [ "Szymon Wieloch ", "Ahmed Masud ", @@ -13,7 +13,7 @@ repository = "https://github.com/OpenByteDev/dlopen2" edition = "2021" [dependencies] -dlopen2_derive = { path = "../dlopen2-derive", version = "0.3", optional = true } +dlopen2_derive = { path = "../dlopen2-derive", version = "0.4", optional = true } once_cell = "1.18" [target.'cfg(windows)'.dependencies] diff --git a/dlopen2/src/lib.rs b/dlopen2/src/lib.rs index e935dda..0cd2666 100644 --- a/dlopen2/src/lib.rs +++ b/dlopen2/src/lib.rs @@ -81,7 +81,7 @@ Cargo.toml: ```toml [dependencies] -dlopen2 = "0.5" +dlopen2 = "0.6" ``` # Documentation