Bump CLI to 0.6.1

This commit is contained in:
Tiffany Bennett 2021-04-25 14:24:36 -07:00
parent 5eb5b135fe
commit 8d73153565
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1124,7 +1124,7 @@ dependencies = [
[[package]] [[package]]
name = "rink" name = "rink"
version = "0.6.0" version = "0.6.1"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"chrono", "chrono",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rink" name = "rink"
version = "0.6.0" version = "0.6.1"
description = "Unit conversion tool, similar to frink" description = "Unit conversion tool, similar to frink"
homepage = "https://rinkcalc.app" homepage = "https://rinkcalc.app"
repository = "https://github.com/tiffany352/rink-rs" repository = "https://github.com/tiffany352/rink-rs"