mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
Bump CLI to 0.6.1
This commit is contained in:
parent
5eb5b135fe
commit
8d73153565
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1124,7 +1124,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rink"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1",
|
||||
"chrono",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rink"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
description = "Unit conversion tool, similar to frink"
|
||||
homepage = "https://rinkcalc.app"
|
||||
repository = "https://github.com/tiffany352/rink-rs"
|
||||
|
|
Loading…
Reference in a new issue