Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fin Christensen committed Sep 24, 2019
1 parent aaf6503 commit 6805c76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "timespan"
version = "0.1.0"
version = "0.2.0"
authors = ["Fin Christensen <christensen.fin@gmail.com>"]
description = "A simple timespan for chrono times."
documentation = "https://docs.rs/timespan/"
Expand All @@ -12,6 +12,9 @@ categories = ["date-and-time"]
license = "GPL-3.0"
edition = "2018"

[package.metadata.docs.rs]
all-features = true

[dependencies]
chrono = "0.4.9"
regex = "1.3.1"
Expand All @@ -32,9 +35,6 @@ with-chrono-tz = ["chrono-tz"]
[badges]
travis-ci = { repository = "fin-ger/rust-timespan/", branch = "master" }

[package.metadata.docs.rs]
all-features = true

[lib]
test = true
doctest = true
Expand Down

0 comments on commit 6805c76

Please sign in to comment.