Skip to content

Commit

Permalink
remove cargo:rerun-if-changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MCOfficer authored and oll3 committed Apr 5, 2024
1 parent 31c1b34 commit 7c84b14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bitar/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
fn main() {
println!("cargo:rerun-if-changed=proto/"); // Note: change this to cargo:: (double colon) once MSRV>=1.77

let output_file = std::path::PathBuf::from("src/chunk_dictionary.rs");
let generated_file =
std::path::PathBuf::from(std::env::var("OUT_DIR").unwrap()).join("chunk_dictionary.rs");
Expand Down

0 comments on commit 7c84b14

Please sign in to comment.