diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-30 16:17:10 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-30 16:17:17 -0400 |
commit | ebc4efa5d0cc8bf552d528baa5b4e68956aea764 (patch) | |
tree | 7dd1cb6e6a74e5241ca4d15020d82d81ebfb788f /Cargo.lock | |
parent | f3c780970b05a1e78152920d4dfc5e154e82e212 (diff) | |
download | clinte-ebc4efa5d0cc8bf552d528baa5b4e68956aea764.tar.gz |
enabled deletion of posts v0.3.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index c613889..07b835b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "clinte" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |