Browse Source

Update form_urlencoded to 1.2.0

Valentin Gosu 3 years ago
parent
commit
1e6fd5db7c
1 changed files with 1 additions and 1 deletions
  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"]