Skip to content

Commit

Permalink
Allow libloading v0.7 and v0.8 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Sep 18, 2023
1 parent 2585549 commit 8ceb9d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ documentation = "https://docs.rs/hassle-rs"
[dependencies]
bitflags = "2"
com = { version = "0.6", features = ["production"] }
libloading = "0.8"
# libloading 0.8 switches from `winapi` to `windows-sys`; permit either
libloading = ">=0.7,<0.9"
thiserror = "1.0.2"
widestring = "1"

Expand Down

0 comments on commit 8ceb9d6

Please sign in to comment.