mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +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]]
|
[[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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue