Skip to content

Commit 3d37858

Browse files
author
bors-servo
authored
Auto merge of #6 - Eijebong:bump, r=jdm
Update lazy_static to 1.0 and bump version
2 parents d4efb3c + fcaa3d1 commit 3d37858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name = "dwrote"
33
description = "Lightweight binding to DirectWrite."
44
repository = "https://github.com/servo/dwrote-rs"
55
license = "MPL-2.0"
6-
version = "0.4.1"
6+
version = "0.4.2"
77
authors = ["Vladimir Vukicevic <[email protected]>"]
88

99
[lib]
1010
name = "dwrote"
1111

1212
[dependencies]
1313
libc = "0.2"
14-
lazy_static = "0.2"
14+
lazy_static = "1"
1515
winapi = "0.2"
1616
kernel32-sys = "0.2"
1717
gdi32-sys = "0.2"

0 commit comments

Comments
 (0)