소스 검색

Update form_urlencoded to 1.2.0

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

+ 1 - 1
form_urlencoded/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "form_urlencoded"
-version = "1.1.0"
+version = "1.2.0"
 authors = ["The rust-url developers"]
 description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
 categories = ["no_std"]