fix(serde-up): update to serde 0.5.0

Serde move all json code into a separate crate that we are now using
as well.
This commit is contained in:
Sebastian Thiel
2015-08-08 10:52:23 +02:00
parent 62b63b251a
commit 8ab4fd0bd4
9 changed files with 36 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ make:
- source: build.rs
output_dir: src
cargo:
build_version: "0.1.8"
build_version: "0.1.9"
build_script: src/build.rs
keywords: [protocol, web, api]
dependencies:

View File

@@ -22,7 +22,7 @@ make:
- source: main.rs
output_dir: src
cargo:
build_version: "0.3.1"
build_version: "0.3.2"
keywords: [cli]
is_executable: YES
dependencies: