Skip to content

Commit 38cfea4

Browse files
committed
Bump idna to 0.2
1 parent 449c10a commit 38cfea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ heap_size = ["heapsize"]
4444
[dependencies]
4545
encoding = {version = "0.2", optional = true}
4646
heapsize = {version = ">=0.4.1, <0.5", optional = true}
47-
idna = { version = "0.1.0", path = "./idna" }
47+
idna = { version = "0.2.0", path = "./idna" }
4848
matches = "0.1"
4949
percent-encoding = { version = "1.0.0", path = "./percent_encoding" }
5050
rustc-serialize = {version = "0.3", optional = true}

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.5"
3+
version = "0.2.0"
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)