Skip to content

Commit f9dc05a

Browse files
Merge pull request #163 from code0-tech/deps/tucana-0-0-74O
deps/tucana
2 parents 60abb10 + 26b0a12 commit f9dc05a

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 @@ homepage = "https://code0.tech"
88
license = "Apache-2.0"
99

1010
[dependencies]
11-
tucana = { version = "0.0.73", features = ["aquila"] }
11+
tucana = { version = "0.0.74", features = ["aquila"] }
1212
async-trait = "0.1.85"
1313
log = "0.4.24"
1414
tonic = "0.14.1"

src/flow_definition/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ impl LoadedModule {
6565
runtime_function_definitions: self.runtime_functions,
6666
definition_data_types: self.data_types,
6767
configurations: self.configurations,
68+
definitions: Vec::new(),
6869
}
6970
}
7071
}

0 commit comments

Comments
 (0)