Skip to content

Commit

Permalink
Merge pull request #404 from arkedge/hotfix/force-set-home-crate-vers…
Browse files Browse the repository at this point in the history
…ion-for-msrv

Force set home crate to 0.5.9
  • Loading branch information
sksat authored Jan 8, 2025
2 parents 97972a0 + c29131f commit c61b74b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/bind-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c61b74b

Please sign in to comment.