Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Aug 29, 2023
1 parent ae93fad commit b125221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vector-vrl/web-playground/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn write_build_constants(manifest: &Manifest, dest_path: &Path) -> io::Result<()
.unwrap()
.detail()
.unwrap()
.version()
.version
.unwrap();
let vrl_version_const = format!("pub const {}: &str = \"{}\"", "VRL_VERSION", vrl_version);
output_file
Expand Down

0 comments on commit b125221

Please sign in to comment.