mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +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]]
|
||||
name = "rink"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"async-std",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rink"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
description = "Unit conversion tool, similar to frink"
|
||||
homepage = "https://rinkcalc.app"
|
||||
repository = "https://github.com/tiffany352/rink-rs"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"author": "Tiffany Bennett (https://tiffnix.com)",
|
||||
"name": "rink-web",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.3",
|
||||
"repository": "https://github.com/tiffany352/rink-rs",
|
||||
"homepage": "https://rinkcalc.app",
|
||||
"description": "Web interface to Rink",
|
||||
|
|
Loading…
Reference in a new issue