You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipeline-manager: copy overriding Cargo.lock for each Rust compilation
The `Cargo.lock` at the root of the repository is copied overriding to
`.feldera/compiler/rust-compilation/Cargo.lock` at the start of each
Rust compilation. This is such that the crate versions are generally the
same for both main repository and pipeline compilation, with the
exception of differences between that will be decided ad-hoc by the
latter each Rust compilation anew.
Signed-off-by: Simon Kassing <simon.kassing@feldera.com>
0 commit comments