Skip to content

Commit a14f8cc

Browse files
Merge pull request #355 from code0-tech/renovate/tucana-0.x
Update Rust crate tucana to 0.0.75
2 parents 8936ace + 3ab6d8a commit a14f8cc

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2024"
88
[workspace.dependencies]
99
serde = "1.0.219"
1010
serde_json = "1.0.140"
11-
tucana = "0.0.72"
11+
tucana = "0.0.75"
1212
clap = "4.5.41"
1313
colored = "3.0"
1414
tabled = "0.21"

crates/cli/src/parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ impl DefinitionModule {
6969
runtime_function_definitions: self.runtime_functions,
7070
definition_data_types: self.data_types,
7171
configurations: self.module_configs,
72+
definitions: Vec::new(),
7273
}
7374
}
7475
}

0 commit comments

Comments
 (0)