Skip to content

Commit bfe457d

Browse files
authored
Rebuild cffi module if version changes (#9011)
1 parent 2246aa9 commit bfe457d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rust/cryptography-cffi/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ fn main() {
2727
let python = env::var("PYO3_PYTHON").unwrap_or_else(|_| "python3".to_string());
2828
println!("cargo:rerun-if-env-changed=PYO3_PYTHON");
2929
println!("cargo:rerun-if-changed=../../_cffi_src/");
30+
println!("cargo:rerun-if-changed=../../cryptography/__about__.py");
3031
let output = Command::new(&python)
3132
.env("OUT_DIR", &out_dir)
3233
.arg("../../_cffi_src/build_openssl.py")

0 commit comments

Comments
 (0)