Skip to content

Commit

Permalink
fix(test): work with latest serde
Browse files Browse the repository at this point in the history
`cargo test` will work now.
We now use the latest serde once again, which should
make everything better.
  • Loading branch information
Byron committed May 20, 2016
1 parent e5dc49f commit bed46ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mod test_api {
use hyper;
use std::str::FromStr;

use serde::json;
use serde_json as json;

const EXPECTED: &'static str =
"\r\n--MDuXWGyeE33QFXGchb2VFWc4Z7945d\r\n\
Expand Down

0 comments on commit bed46ba

Please sign in to comment.