fixed eq bug and client closes buffer instead of openning a new one
This commit is contained in:
@@ -10,6 +10,10 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
.type_attribute(".komp_ac.analytics", serde)
|
||||
.type_attribute(".komp_ac.auth", serde)
|
||||
.type_attribute(".komp_ac.document_data", serde)
|
||||
.type_attribute(
|
||||
".komp_ac.document_data.TypstTemplateVersion",
|
||||
"#[derive(Eq)]",
|
||||
)
|
||||
.type_attribute(".komp_ac.ecb", serde)
|
||||
.type_attribute(".komp_ac.exchange_rates", serde)
|
||||
.type_attribute(".komp_ac.search", serde)
|
||||
|
||||
Reference in New Issue
Block a user