Merge pull request #4 from messense/messense-patch-1

Fix repository URL in Cargo.toml
pull/7/head
bspeice 2018-06-25 23:09:17 -04:00 committed by GitHub
commit 45cfc8a30e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name = "dtparse"
version = "0.8.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "A dateutil-compatible timestamp parser for Rust"
repository = "https://github.com/bspeice/dtparser.git"
repository = "https://github.com/bspeice/dtparse.git"
readme = "README.md"
categories = ["date-and-time"]
license = "Apache-2.0"
@ -18,4 +18,4 @@ name = "dtparse"
chrono = "0.4"
lazy_static = "1.0"
num-traits = "0.2"
rust_decimal = "0.8"
rust_decimal = "0.8"