From 9995844c05926a997d26241f29ae60fecdf96e58 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Sun, 23 Aug 2020 11:26:09 -0700 Subject: [PATCH] Bump to version 0.3.4 - Display 3 letter currency code instead of hardcoded '$' symbol since not all stocks trade as USD. --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- README.md | 2 +- api/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index daa9fc4..6e994fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1089,7 +1089,7 @@ dependencies = [ [[package]] name = "tickrs" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1101,13 +1101,13 @@ dependencies = [ "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "tickrs-api 0.3.0", + "tickrs-api 0.3.4", "tui 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tickrs-api" -version = "0.3.0" +version = "0.3.4" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b740d36..16a3593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs" -version = "0.3.3" +version = "0.3.4" authors = ["tarkah "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 53ba923..55fd3e6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ cargo install tickrs ## Usage ``` -tickrs 0.3.3 +tickrs 0.3.4 Realtime ticker data in your terminal 📈 USAGE: diff --git a/api/Cargo.toml b/api/Cargo.toml index dd51873..3b9faf3 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs-api" -version = "0.3.0" +version = "0.3.4" authors = ["tarkah "] edition = "2018" license = "MIT"