fix(publish): v0.1.4

* macro 'alias' was renamed to 'rename'
* fixed `cargo test` on main project

The latter pointed me to the serde issue, which would have made
everything fail when actually used to communicate with google servers.
This commit is contained in:
Sebastian Thiel
2015-04-07 15:53:30 +02:00
parent 3403bd1c5c
commit dd1d191966
237 changed files with 5673 additions and 5673 deletions

View File

@@ -26,9 +26,9 @@ make:
- source: lib.rs
output_dir: src
cargo:
build_version: "0.1.3"
build_version: "0.1.4"
keywords: [protocol, web, api]
dependencies:
- url = "*"
- serde = "*"
- serde = ">= 0.3.0"
- serde_macros = "*"