Skip to content

Commit

Permalink
Auto merge of servo#85 - nox:bump, r=Manishearth
Browse files Browse the repository at this point in the history
Bump to 0.3.0
  • Loading branch information
bors-servo authored Jul 9, 2016
2 parents 7a58bb0 + 059d053 commit dc4bbeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ipc-channel"
version = "0.2.4"
version = "0.3.0"

[lib]
name = "ipc_channel"
Expand All @@ -10,12 +10,12 @@ path = "lib.rs"
inprocess = []

[dependencies]
bincode = ">=0.4.1, <0.6"
bincode = "0.5.9"
lazy_static = "0.2"
libc = "0.2.12"
rand = "0.3"
serde = ">=0.6, <0.8"
uuid = { version = "0.2", features = ["v4"] }
serde = "0.7.13"
uuid = {version = "0.2", features = ["v4"]}

[dev-dependencies]
crossbeam = "0.2"

0 comments on commit dc4bbeb

Please sign in to comment.