Skip to content

Commit 03e0c0f

Browse files
author
bors-servo
authored
Auto merge of #343 - behnam:bidi-0.3.0, r=mbrubeck
[idna] Upgrade unicode-bidi to 0.3.0 For the needs of `idna`, `unicode-bidi:0.3.0` is backwards compatible, but this upgrade is needed to that `servo` can upgrade to the new version. Servo upgrade: servo/servo#16779 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/343) <!-- Reviewable:end -->
2 parents 8b8d143 + 6bd1395 commit 03e0c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ rustc-test = "0.1"
1919
rustc-serialize = "0.3"
2020

2121
[dependencies]
22-
unicode-bidi = "0.2.4"
22+
unicode-bidi = "0.3"
2323
unicode-normalization = "0.1.3"
2424
matches = "0.1"

0 commit comments

Comments
 (0)