Skip to content

Commit

Permalink
build: Use result from vergen
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 6, 2022
1 parent 7dc4ef3 commit f7662b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use vergen::{vergen, Config};

fn main() {
// Generate the 'cargo:' key output
vergen(Config::default());
vergen(Config::default()).expect("Something is wrong!");

// Download vue file
let vue_url = "https://unpkg.com/[email protected]/dist/vue.global.js";
Expand Down

0 comments on commit f7662b9

Please sign in to comment.