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 a875e97 commit 893d3e2Copy full SHA for 893d3e2
build.rs
@@ -22,10 +22,7 @@ fn main() {
22
23
tonic_build::configure()
24
.file_descriptor_set_path(out_dir.join("greptime_grpc_desc.bin"))
25
- .enum_attribute(
26
- "SemanticType",
27
- "#[derive(::serde::Serialize, ::serde::Deserialize)]",
28
- )
+ .type_attribute(".", "#[derive(::serde::Serialize, ::serde::Deserialize)]")
29
.enum_attribute(
30
"region.RegionRequest.body",
31
"#[derive(strum_macros::AsRefStr)]",
0 commit comments