Skip to content

Commit a3ea472

Browse files
committed
Bump versions: url: 1.4.2, idna: 0.1.3
1 parent cfeb1a4 commit a3ea472

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "url"
44
# When updating version, also modify html_root_url in the lib.rs
5-
version = "1.4.1"
5+
version = "1.4.2"
66
authors = ["The rust-url developers"]
77

88
description = "URL library for Rust, based on the WHATWG URL Standard"
@@ -42,7 +42,7 @@ heap_size = ["heapsize"]
4242
[dependencies]
4343
encoding = {version = "0.2", optional = true}
4444
heapsize = {version = ">=0.1.1, <0.5", optional = true}
45-
idna = { version = "0.1.0", path = "./idna" }
45+
idna = { version = "0.1", path = "./idna" }
4646
matches = "0.1"
4747
rustc-serialize = {version = "0.3", optional = true}
4848
serde = {version = ">=0.6.1, <0.9", 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.2"
3+
version = "0.1.3"
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)