Skip to content

Commit 0707a58

Browse files
committed
Bump minor version number
This allows Android's automatic importer to pick up the new tests.
1 parent 744b763 commit 0707a58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

url/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "2.2.1"
5+
version = "2.2.2"
66
authors = ["The rust-url developers"]
77

88
description = "URL library for Rust, based on the WHATWG URL Standard"

url/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ url = { version = "2", features = ["serde"] }
120120
```
121121
*/
122122

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

125125
#[macro_use]
126126
extern crate matches;

0 commit comments

Comments
 (0)