We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62cc25f + d7b23a6 commit bb40022Copy full SHA for bb40022
Cargo.toml
@@ -3,7 +3,7 @@ name = "dwrote"
3
description = "Lightweight binding to DirectWrite."
4
repository = "https://github.com/servo/dwrote-rs"
5
license = "MPL-2.0"
6
-version = "0.3.0"
+version = "0.4.0"
7
authors = ["Vladimir Vukicevic <[email protected]>"]
8
9
[lib]
@@ -15,5 +15,5 @@ lazy_static = "0.2"
15
winapi = "0.2"
16
kernel32-sys = "0.2"
17
gdi32-sys = "0.2"
18
-serde = "0.9"
19
-serde_derive = "0.9"
+serde = "1.0"
+serde_derive = "1.0"
0 commit comments