Skip to content

Commit

Permalink
Auto merge of vvuk#6 - Eijebong:bump, r=jdm
Browse files Browse the repository at this point in the history
Update lazy_static to 1.0 and bump version
  • Loading branch information
bors-servo authored Dec 4, 2017
2 parents d4efb3c + fcaa3d1 commit 3d37858
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
Expand Up @@ -3,15 +3,15 @@ name = "dwrote"
description = "Lightweight binding to DirectWrite."
repository = "https://github.com/servo/dwrote-rs"
license = "MPL-2.0"
version = "0.4.1"
version = "0.4.2"
authors = ["Vladimir Vukicevic <[email protected]>"]

[lib]
name = "dwrote"

[dependencies]
libc = "0.2"
lazy_static = "0.2"
lazy_static = "1"
winapi = "0.2"
kernel32-sys = "0.2"
gdi32-sys = "0.2"
Expand Down

0 comments on commit 3d37858

Please sign in to comment.