diff --git a/Cargo.lock b/Cargo.lock index b9d0f90a..67dc3879 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1318,19 +1318,19 @@ dependencies = [ [[package]] name = "rink" -version = "0.5.0" +version = "0.5.1" dependencies = [ "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "linefeed 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", - "rink-core 0.5.0", + "rink-core 0.5.1", ] [[package]] name = "rink-core" -version = "0.5.0" +version = "0.5.1" dependencies = [ "assert-json-diff 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1352,7 +1352,7 @@ dependencies = [ "chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "js-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", - "rink-core 0.5.0", + "rink-core 0.5.1", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5e430c44..c406eea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rink" -version = "0.5.0" +version = "0.5.1" authors = ["Tiffany Bennett "] description = "Unit conversion tool, similar to frink" homepage = "https://github.com/tiffany352/rink-rs" diff --git a/core/Cargo.toml b/core/Cargo.toml index c9deb7c1..d4c2ad99 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rink-core" -version = "0.5.0" +version = "0.5.1" authors = ["Tiffany Bennett "] description = "Unit conversion library behind rink" homepage = "https://github.com/tiffany352/rink-rs"