From ad4ffc324a77d5b2fd529e4fd75868f9174bfefb Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Wed, 6 Sep 2017 15:42:30 +0200 Subject: [PATCH] Publish v0.3.0 --- .travis.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf2528b..2106ca2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ rust: - nightly - beta - stable -- 1.13.0 +- 1.20.0 before_script: - | pip install 'travis-cargo<0.2' --user && diff --git a/Cargo.toml b/Cargo.toml index 3ea2886..5d3bfad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "httpdate" -version = "0.2.1" +version = "0.3.0" authors = ["Pyfisch "] license = "MIT/Apache-2.0" description = "HTTP date parsing and formatting"