diff --git a/Cargo.toml b/Cargo.toml index 2250f7f..c08f2cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lazy_static = "0.2.8" [dependencies.dlopen_derive] path = "rust-dlopen-derive" -version = "0.1.2" +version = "0.1.3" [target.'cfg(windows)'.dependencies] winapi = "0.2" diff --git a/rust-dlopen-derive/Cargo.toml b/rust-dlopen-derive/Cargo.toml index 8372d6b..541db81 100644 --- a/rust-dlopen-derive/Cargo.toml +++ b/rust-dlopen-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlopen_derive" -version = "0.1.2" +version = "0.1.3" authors = ["Szymon Wieloch "] description = "Derive macros for the dlopen crate." license = "MIT"