8000 release: 0.9.1 · pydantic/jiter@2e293cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e293cb

Browse files
committed
release: 0.9.1
1 parent a7d6438 commit 2e293cb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[workspace]
2-
members = [
3-
"crates/jiter",
4-
"crates/jiter-python",
5-
"crates/fuzz",
6-
]
2+
members = ["crates/jiter", "crates/jiter-python", "crates/fuzz"]
73
resolver = "2"
84

95
[workspace.package]
106
authors = ["Samuel Colvin <samuel@pydantic.dev>"]
11-
version = "0.9.0"
7+
version = "0.9.1"
128
edition = "2021"
139
license = "MIT"
1410
keywords = ["JSON", "parsing", "deserialization", "iter"]

0 commit comments

Comments
 (0)
0