Skip to content

Commit

Permalink
point to flatdata-generator v0.4.6 (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Conte <gliderkite@gmail.com>
  • Loading branch information
gliderkite committed Aug 30, 2024
1 parent 03e1b30 commit a2eba63
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 a2eba63

Please sign in to comment.