diff --git a/Cargo.lock b/Cargo.lock index 439e2ca..965e636 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1247,7 +1247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "speedtest-rs" -version = "0.0.12" +version = "0.0.13" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a784d47..b9459f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ exclude = ["tests/config/*"] license = "MIT OR Apache-2.0" name = "speedtest-rs" repository = "https://github.com/nelsonjchen/speedtest-rs" -version = "0.0.12" +version = "0.0.13" edition = "2018" [dependencies]