Auto merge of #14177 - vvuk:dwfix, r=emilio

Update dwrote-rs to pick up non-en-us language fix

Update dwrote-rs to not panic on non-en-US locales

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14177)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-11-12 13:19:24 -06:00 committed by GitHub
commit 32991370a1
2 changed files with 2 additions and 2 deletions

View file

@ -630,7 +630,7 @@ dependencies = [
[[package]]
name = "dwrote"
version = "0.1.0"
source = "git+https://github.com/vvuk/dwrote-rs#2bf7d4792d15fccb50f1e247e4be9c2c7b893f2b"
source = "git+https://github.com/vvuk/dwrote-rs#7112cf6e4bb9f645217dacb5d7470178da13a544"
dependencies = [
"dwrite-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/cef/Cargo.lock generated
View file

@ -570,7 +570,7 @@ dependencies = [
[[package]]
name = "dwrote"
version = "0.1.0"
source = "git+https://github.com/vvuk/dwrote-rs#2bf7d4792d15fccb50f1e247e4be9c2c7b893f2b"
source = "git+https://github.com/vvuk/dwrote-rs#7112cf6e4bb9f645217dacb5d7470178da13a544"
dependencies = [
"dwrite-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",