diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-01-20 19:57:02 -0500 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-01-20 19:57:02 -0500 |
commit | 288614bd7a38affc04d6ecea21a972a41c19ceb2 (patch) | |
tree | af0bf9763c49eeee39d974c1d0e04c31f907de71 | |
parent | c2e3e711289344a3ef1f9ac00dd023ae0b6e6154 (diff) | |
download | clinte-288614bd7a38affc04d6ecea21a972a41c19ceb2.tar.gz |
version bump v0.4.3
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4988b9c..1e72804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "clinte" -version = "0.4.2" +version = "0.4.3" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |