diff --git a/Cargo.toml b/Cargo.toml index 6be89ec7d..8308f1e7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libloading" -version = "0.4.2" +version = "0.4.3" authors = ["Simonas Kazlauskas "] build = "build.rs" description = "A safer binding to platform’s dynamic library loading utilities" @@ -10,7 +10,7 @@ repository = "https://github.com/nagisa/rust_libloading/" documentation = "https://docs.rs/libloading/" [dependencies] -lazy_static = "0.2" +lazy_static = "1" [target.'cfg(windows)'.dependencies] winapi = "0.2"