about summary refs log tree commit diff stats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-05-26 19:03:58 -0400
committerBen Morrison <ben@gbmor.dev>2020-05-26 19:14:44 -0400
commita24e25977e713fbc5a06778ada4c21202209a598 (patch)
tree905db44444955494948fe2bcf1fee87aedb3d331 /Cargo.lock
parentffb92f1daa8b0e7258ada0186ddb683741cb4fd8 (diff)
downloadclinte-a24e25977e713fbc5a06778ada4c21202209a598.tar.gz
updated travis cfg; setup Cargo.toml for crates.io v0.4.4
Added pertinent fields to Cargo.toml to publish on crates.io and
lib.rs

Updated .travis.yml - using bionic for build, tarpaulin binary can
now be pulled rather than built in-place.
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 1e72804..97d0953 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -83,7 +83,7 @@ dependencies = [
 
 [[package]]
 name = "clinte"
-version = "0.4.3"
+version = "0.4.4"
 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)",