Skip to content

Commit 454c47a

Browse files
Merge pull request #171 from code0-tech/renovate/tucana-0.x
Update Rust crate tucana to 0.0.59
2 parents ee0578a + b154594 commit 454c47a

3 files changed

Lines changed: 6 additions & 25 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 24 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

99
[workspace.dependencies]
1010
code0-flow = { version = "0.0.28" }
11-
tucana = { version = "0.0.56", features = ["aquila"] }
11+
tucana = { version = "0.0.59", features = ["aquila"] }
1212
serde_json = { version = "1.0.138" }
1313
log = "0.4.27"
1414
env_logger = "0.11.8"

crates/base/src/store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ impl AdapterStore {
152152
starting_node_id: flow.starting_node_id,
153153
input_value,
154154
node_functions: flow.node_functions,
155+
project_id: flow.project_id,
155156
}
156157
}
157158

0 commit comments

Comments
 (0)