Explorar el Código

Bump version numbers

Steven Fackler hace 7 años
padre
commit
85af99e195
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Cargo.toml
  2. 1 1
      percent_encoding/Cargo.toml

+ 1 - 1
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"

+ 1 - 1
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/"