Skip to content

Commit 5caf4a8

Browse files
author
bors-servo
authored
Auto merge of #369 - behnam:ucd10, r=SimonSapin
[idna] Update to Unicode 10.0.0 * Update `IdnaMappingTable.txt` to Unicode 10.0.0. * Fix `make_uts46_mapping_table.py` and update auto-generated `uts46_mapping_table.rs`. * Bump `idna` version to `0.1.4`. <!-- 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/369) <!-- Reviewable:end -->
2 parents 743c394 + a8945c0 commit 5caf4a8

File tree

4 files changed

+8486
-8409
lines changed

4 files changed

+8486
-8409
lines changed

idna/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "idna"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["The rust-url developers"]
55
description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
66
repository = "https://github.com/servo/rust-url/"

0 commit comments

Comments
 (0)