diff --git a/Cargo.lock b/Cargo.lock index 348a559..61cd689 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "thread-id" -version = "4.2.1" +version = "4.2.2" dependencies = [ "libc 0.2.149 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d5894fa..b16a04f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thread-id" -version = "4.2.1" +version = "4.2.2" authors = ["Ruud van Asseldonk "] license = "MIT/Apache-2.0" readme = "readme.md"