Skip to content

Commit

Permalink
point to flatdata-generator v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Conte committed Aug 26, 2024
1 parent 03e1b30 commit ae2c288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatdata-rs/lib/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub fn generate(
path
} else {
eprintln!("installing flatdata-generator from PyPI");
PathBuf::from("flatdata-generator==0.4.5")
PathBuf::from("flatdata-generator==0.4.6")
};
let _ = Command::new(out_dir.join("bin/pip3"))
.arg("install")
Expand Down

0 comments on commit ae2c288

Please sign in to comment.