diff --git a/Cargo.toml b/Cargo.toml index 164be45f2..40e6b64f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "url" # When updating version, also modify html_root_url in the lib.rs -version = "1.7.1" +version = "1.7.2" authors = ["The rust-url developers"] description = "URL library for Rust, based on the WHATWG URL Standard" diff --git a/percent_encoding/Cargo.toml b/percent_encoding/Cargo.toml index 093c749c1..4aad9c858 100644 --- a/percent_encoding/Cargo.toml +++ b/percent_encoding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "percent-encoding" -version = "1.0.1" +version = "1.0.2" authors = ["The rust-url developers"] description = "Percent encoding and decoding" repository = "https://github.com/servo/rust-url/"