소스 검색

Bump url crate version to 2.2.0

Valentin Gosu 5 년 전
부모
커밋
82ee0bd3cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      url/Cargo.toml

+ 1 - 1
url/Cargo.toml

@@ -2,7 +2,7 @@
 
 name = "url"
 # When updating version, also modify html_root_url in the lib.rs
-version = "2.1.1"
+version = "2.2.0"
 authors = ["The rust-url developers"]
 
 description = "URL library for Rust, based on the WHATWG URL Standard"