aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Jaremko2019-01-02 22:25:33 -0500
committerNathan Jaremko2019-01-02 22:25:52 -0500
commit1570cde47f039ae0267d9261f1c2ad9f06fc70b7 (patch)
treec6c8877391dc2894c5e8812879a51215f8090c96 /Cargo.toml
parent879f808a7dd86e21b51abadfa5247d4e8dc5ead8 (diff)
downloadpodcast-1570cde47f039ae0267d9261f1c2ad9f06fc70b7.tar.bz2
Add the ability to specify episode names
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c023235..14385ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "podcast"
edition = "2018"
-version = "0.6.1"
+version = "0.7.0"
authors = ["Nathan Jaremko <njaremko@gmail.com>"]
description = "A command line podcast manager"
license = "GPL-3.0"
@@ -25,7 +25,7 @@ dirs = "1.0"
error-chain = "0.12"
lazy_static = "1.2"
rayon = "1.0"
-regex = "1.0"
+regex = "1.1"
reqwest = "0.9"
rss = {version = "1.6", features = ["from_url"] }
serde = "1.0"