diff --git a/library/bind-utils/Cargo.toml b/library/bind-utils/Cargo.toml index 7bb7612c7..050374536 100644 --- a/library/bind-utils/Cargo.toml +++ b/library/bind-utils/Cargo.toml @@ -9,3 +9,6 @@ license = "MIT" [dependencies] bindgen = "0.69.4" doxygen-rs = "0.4.2" + +# force set version to *NOT* to update MSRV by PATCH VERSION to build with Rust 1.76 +home = "=0.5.9"