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 9abadb7 commit 2f118b0Copy full SHA for 2f118b0
Cargo.toml
@@ -1,14 +1,10 @@
1
[workspace]
2
-members = [
3
- "crates/jiter",
4
- "crates/jiter-python",
5
- "crates/fuzz",
6
-]
+members = ["crates/jiter", "crates/jiter-python", "crates/fuzz"]
7
resolver = "2"
8
9
[workspace.package]
10
authors = ["Samuel Colvin <samuel@pydantic.dev>"]
11
-version = "0.9.0"
+version = "0.10.0"
12
edition = "2021"
13
license = "MIT"
14
keywords = ["JSON", "parsing", "deserialization", "iter"]
0 commit comments