We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab8063 commit 8437504Copy full SHA for 8437504
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ipc-channel"
3
-version = "0.9.0"
+version = "0.9.1"
4
description = "A multiprocess drop-in replacement for Rust channels"
5
authors = ["The Servo Project Developers"]
6
license = "MIT/Apache-2.0"
@@ -14,7 +14,7 @@ async = ["futures"]
14
15
[dependencies]
16
bincode = "0.9"
17
-lazy_static = "0.2"
+lazy_static = "1"
18
libc = "0.2.12"
19
rand = "0.3"
20
serde = { version="1.0", features=["rc"] }
0 commit comments