mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 13:44:15 +00:00
Release v0.6.3
This commit is contained in:
parent
e9dcf57926
commit
6dce181bc1
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1413,7 +1413,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rink"
|
name = "rink"
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"async-std",
|
"async-std",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rink"
|
name = "rink"
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
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"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"author": "Tiffany Bennett (https://tiffnix.com)",
|
"author": "Tiffany Bennett (https://tiffnix.com)",
|
||||||
"name": "rink-web",
|
"name": "rink-web",
|
||||||
"version": "0.6.0",
|
"version": "0.6.3",
|
||||||
"repository": "https://github.com/tiffany352/rink-rs",
|
"repository": "https://github.com/tiffany352/rink-rs",
|
||||||
"homepage": "https://rinkcalc.app",
|
"homepage": "https://rinkcalc.app",
|
||||||
"description": "Web interface to Rink",
|
"description": "Web interface to Rink",
|
||||||
|
|
Loading…
Reference in a new issue