Skip to content

Commit

Permalink
Fix typo in build.rs to fix builds with Rust 1.73+
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe authored and puiterwijk committed Oct 24, 2023
1 parent 845750b commit 1191753
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 @@ -62,5 +62,5 @@ fn main() {
implementation.to_string()
);
}
println!("cargo::rustc-link-lib=crypto");
println!("cargo:rustc-link-lib=crypto");
}

0 comments on commit 1191753

Please sign in to comment.