aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Jaremko2019-03-02 20:30:54 -0500
committerNathan Jaremko2019-03-02 20:30:54 -0500
commit9c9fb906cd6c05105d96fa586f429764b12169ca (patch)
tree1499d2e38c368952886fb72a01251be47448603c /Cargo.toml
parent2d34d8e812f3e85b0d10f126bf5f334847d0fbca (diff)
downloadpodcast-9c9fb906cd6c05105d96fa586f429764b12169ca.tar.bz2
0.10.0 - Lots of Improvements
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c36fabf..ffd75cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "podcast"
edition = "2018"
-version = "0.9.1"
+version = "0.10.0"
authors = ["Nathan Jaremko <njaremko@gmail.com>"]
description = "A command line podcast manager"
license = "GPL-3.0"
@@ -22,8 +22,8 @@ name = "podcast"
chrono = { version = "0.4", features = ["serde"] }
clap = "2.32"
dirs = "1.0"
-error-chain = "0.12"
-lazy_static = "1.2"
+failure = "0.1"
+lazy_static = "1.3"
rayon = "1.0"
regex = "1.1"
reqwest = "0.9"