~gbmor/clinte

b278ba66fd7975249e0b90055cd5a46034b072b9 — Ben Morrison 3 years ago 94e8df5 v0.1.1
version bump
2 files changed, 2 insertions(+), 2 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock => Cargo.lock +1 -1
@@ 119,7 119,7 @@ dependencies = [

[[package]]
name = "clinte"
version = "0.1.0"
version = "0.1.1"
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)",

M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "clinte"
version = "0.1.0"
version = "0.1.1"
authors = ["Ben Morrison <ben@gbmor.dev>"]
edition = "2018"