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"