We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0c863 commit 34e46b7Copy full SHA for 34e46b7
Cargo.toml
@@ -5,7 +5,7 @@ description = "Ultra-fast query string and url-encoded form-data parsers"
5
readme = "README.md"
6
license-file = "LICENSE"
7
repository = "https://github.com/starlite-api/fast-query-parsers"
8
-version = "0.1.0"
+version = "0.2.0"
9
edition = "2021"
10
11
[lib]
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fast-query-parsers"
3
4
description = "Ultra-fast query string and url-encoded form-data parsers"
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
license = "MIT"
0 commit comments