Skip to content

Commit

Permalink
Merge pull request #709 from BramBonne/bump-version
Browse files Browse the repository at this point in the history
Bump minor version number
  • Loading branch information
valenting committed May 6, 2021
2 parents 991e438 + 0707a58 commit 6c22912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "url"
# When updating version, also modify html_root_url in the lib.rs
version = "2.2.1"
version = "2.2.2"
authors = ["The rust-url developers"]

description = "URL library for Rust, based on the WHATWG URL Standard"
Expand Down
2 changes: 1 addition & 1 deletion url/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ url = { version = "2", features = ["serde"] }
```
*/

#![doc(html_root_url = "https://docs.rs/url/2.2.1")]
#![doc(html_root_url = "https://docs.rs/url/2.2.2")]

#[macro_use]
extern crate matches;
Expand Down

0 comments on commit 6c22912

Please sign in to comment.