File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ members = [
99resolver = " 3"
1010
1111[workspace .package ]
12- version = " 0.3 .0"
12+ version = " 0.4 .0"
1313edition = " 2024"
1414license = " Apache-2.0"
1515repository = " https://github.com/typesense/typesense-rust"
1616authors = [" Typesense <contact@typesense.org>" ]
1717
1818[workspace .dependencies ]
19- typesense_codegen = { path = " ./typesense_codegen" , version = " 0.25 " }
20- typesense_derive = { path = " ./typesense_derive" , version = " 0.3 " }
19+ typesense_codegen = { path = " ./typesense_codegen" , version = " 0.30 " }
20+ typesense_derive = { path = " ./typesense_derive" , version = " 0.4 " }
2121anyhow = " 1"
2222base64 = " 0.22"
2323bon = " 3"
Original file line number Diff line number Diff line change 11[package ]
22name = " typesense_codegen"
3- version = " 0.25.1 "
3+ version = " 0.30.0 "
44description = " Types for typesense generated with openapi spec"
55authors.workspace = true
66repository.workspace = true
You can’t perform that action at this time.
0 commit comments