Update for changes in Send/Sync traits
This commit is contained in:
parent
29bf3385ad
commit
b9a6366f96
8 changed files with 41 additions and 4 deletions
|
|
@ -38,9 +38,9 @@ git = "https://github.com/servo/rust-core-graphics"
|
|||
git = "https://github.com/servo/rust-core-graphics"
|
||||
|
||||
[target.i686-pc-windows-gnu.dependencies.winapi]
|
||||
version = "^0.0.2"
|
||||
version = "^0.0.3"
|
||||
features = ["gdi32", "kernel32", "user32"]
|
||||
|
||||
[target.x86_64-pc-windows-gnu.dependencies.winapi]
|
||||
version = "^0.0.2"
|
||||
version = "^0.0.3"
|
||||
features = ["gdi32", "kernel32", "user32"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue