From c29131f65d67813f3c233d48a569b398543af870 Mon Sep 17 00:00:00 2001 From: sksat Date: Wed, 8 Jan 2025 18:26:00 +0900 Subject: [PATCH] force set home crate to 0.5.9 to build with Rust 1.76.0 --- library/bind-utils/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"