diff --git a/Cargo.lock b/Cargo.lock index ec73fd4..a9f8e10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,7 +490,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "intray" -version = "0.3.2" +version = "0.3.3" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c9e6c9a..e473685 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intray" -version = "0.3.2" +version = "0.3.3" edition = "2018" authors = ["Hung-I Wang "] license-file = "LICENSE"