We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827cc63 commit 85af99eCopy full SHA for 85af99e
Cargo.toml
@@ -2,7 +2,7 @@
2
3
name = "url"
4
# When updating version, also modify html_root_url in the lib.rs
5
-version = "1.7.1"
+version = "1.7.2"
6
authors = ["The rust-url developers"]
7
8
description = "URL library for Rust, based on the WHATWG URL Standard"
percent_encoding/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "percent-encoding"
-version = "1.0.1"
+version = "1.0.2"
description = "Percent encoding and decoding"
repository = "https://github.com/servo/rust-url/"
0 commit comments