Skip to content

Commit 4fe9d58

Browse files
author
bors-servo
authored
Auto merge of #182 - Eijebong:bump, r=jdm
Update lazy_static to 1.0 and bump version
2 parents eab8063 + 8437504 commit 4fe9d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ipc-channel"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "A multiprocess drop-in replacement for Rust channels"
55
authors = ["The Servo Project Developers"]
66
license = "MIT/Apache-2.0"
@@ -14,7 +14,7 @@ async = ["futures"]
1414

1515
[dependencies]
1616
bincode = "0.9"
17-
lazy_static = "0.2"
17+
lazy_static = "1"
1818
libc = "0.2.12"
1919
rand = "0.3"
2020
serde = { version="1.0", features=["rc"] }

0 commit comments

Comments
 (0)