Skip to content

Commit

Permalink
Auto merge of servo#86 - nox:serde-down, r=jdm
Browse files Browse the repository at this point in the history
Allow serde 0.7.11

I don't want to do a rustup right now.
  • Loading branch information
bors-servo authored Jul 9, 2016
2 parents dc4bbeb + 39bef7b commit 0399005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ipc-channel"
version = "0.3.0"
version = "0.3.1"

[lib]
name = "ipc_channel"
Expand All @@ -14,7 +14,7 @@ bincode = "0.5.9"
lazy_static = "0.2"
libc = "0.2.12"
rand = "0.3"
serde = "0.7.13"
serde = "0.7.11"
uuid = {version = "0.2", features = ["v4"]}

[dev-dependencies]
Expand Down

0 comments on commit 0399005

Please sign in to comment.