aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-06-01 05:42:40 -0400
committerNathan Perry <avaglir@gmail.com>2018-06-01 05:42:40 -0400
commit413384896f66aeb2737f5f60433c2467d867fb36 (patch)
tree9fc8482e9d61d8d1038d791f46ef055d7cd7c0f7 /Cargo.lock
parenta52eae2964e8e86bf3e587f17d607025f07efdbb (diff)
various command improvements
- support last_meme (report details about last meme played back) - update filter priority for meme search (check title match first)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1f13930..91ebd0d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1409,7 +1409,7 @@ dependencies = [
[[package]]
name = "thulani"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",