Skip to content

Commit c61b74b

Browse files
authored
Merge pull request #404 from arkedge/hotfix/force-set-home-crate-version-for-msrv
Force set home crate to 0.5.9
2 parents 97972a0 + c29131f commit c61b74b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/bind-utils/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ license = "MIT"
99
[dependencies]
1010
bindgen = "0.69.4"
1111
doxygen-rs = "0.4.2"
12+
13+
# force set version to *NOT* to update MSRV by PATCH VERSION to build with Rust 1.76
14+
home = "=0.5.9"

0 commit comments

Comments
 (0)