Skip to content

Commit 2f118b0

Browse files
authored
release: 0.10.0 (#203)
1 parent 9abadb7 commit 2f118b0

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 <[email protected]>"]
11-
version = "0.9.0"
7+
version = "0.10.0"
128
edition = "2021"
139
license = "MIT"
1410
keywords = ["JSON", "parsing", "deserialization", "iter"]

0 commit comments

Comments
 (0)