-
Hi, Description:I have encountered two issues while working with the web-playground or vrl-server: Missing enrichment Dependency:The Type Mismatch Error with git in Cargo.toml:When attempting to use the git feature in our
vector version: 0.34.0 my Cargo.toml configuration:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @LinTechSo, Is the full error the following:
Is yes, it means the VRL crate is compiled twice and there are two different Vector v0.34 uses the "vrl 0.8.1" from crates.io and if you use the same in your project, this error will go away. Let me know if this makes sense and if it fixes your issue. I reproduced locally with the following
and
|
Beta Was this translation helpful? Give feedback.
Hi @LinTechSo,
Is the full error the following: