Skip to content

Commit bb40022

Browse files
author
bors-servo
authored
Auto merge of #4 - Eijebong:serde1.0, r=emilio
Bump serde to 1.0 and bump version I can't test this locally so I hope it works (appveyor will tell :))
2 parents 62cc25f + d7b23a6 commit bb40022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

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

99
[lib]
@@ -15,5 +15,5 @@ lazy_static = "0.2"
1515
winapi = "0.2"
1616
kernel32-sys = "0.2"
1717
gdi32-sys = "0.2"
18-
serde = "0.9"
19-
serde_derive = "0.9"
18+
serde = "1.0"
19+
serde_derive = "1.0"

0 commit comments

Comments
 (0)