aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2021-05-07 16:28:07 +0200
committerJeff Vander Stoep <jeffv@google.com>2021-05-07 16:28:39 +0200
commitff88082eadf2a4658ac6e08b2388c4a88b6fbd86 (patch)
tree1a6ded2c2ce9ce49062f522b36b4915644506edb /Cargo.toml
parent6ba66615eb9f7f2547121b3a1e48554347a37dbd (diff)
downloadurl-ff88082eadf2a4658ac6e08b2388c4a88b6fbd86.tar.gz
Test: atest Change-Id: I45105d8fe4acfba4a507c3506c2e1f5583f7a442
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e0b2ba..108b149 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "url"
-version = "2.2.1"
+version = "2.2.2"
authors = ["The rust-url developers"]
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
description = "URL library for Rust, based on the WHATWG URL Standard"