File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "WIP client for typesense"
8
8
9
9
[features ]
10
10
default = [" derive" ]
11
- codegen = [" typesense_codegen " ]
11
+ openapi_client = []
12
12
tokio-rt = [" hyper/runtime" , " hyper/tcp" , " hyper-tls" ]
13
13
14
14
# Provide derive(Document) macro.
@@ -27,7 +27,7 @@ serde_json = "1"
27
27
sha2 = " 0.9.5"
28
28
thiserror = " 1.0.24"
29
29
typesense_derive = { version = " 0.1.0" , path =" ../typesense_derive" , optional = true }
30
- typesense_codegen = { verision = " 0.24 .0" , path =" ../typesense_codegen" , optional = true }
30
+ typesense_codegen = { version = " 0.23 .0" , path =" ../typesense_codegen" }
31
31
32
32
[dev-dependencies ]
33
33
serde_json = " 1.0"
Original file line number Diff line number Diff line change 5
5
//!
6
6
//! Welcome to typesense, the rust library for the Typesense API.
7
7
8
- #[ cfg( feature = "codegen " ) ]
8
+ #[ cfg( feature = "openapi_client " ) ]
9
9
pub use typesense_codegen as openapi_client;
10
10
11
11
mod client;
You can’t perform that action at this time.
0 commit comments