Skip to content

Commit 8ceb9d6

Browse files
authored
Allow libloading v0.7 and v0.8 (#69)
1 parent 2585549 commit 8ceb9d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ documentation = "https://docs.rs/hassle-rs"
1616
[dependencies]
1717
bitflags = "2"
1818
com = { version = "0.6", features = ["production"] }
19-
libloading = "0.8"
19+
# libloading 0.8 switches from `winapi` to `windows-sys`; permit either
20+
libloading = ">=0.7,<0.9"
2021
thiserror = "1.0.2"
2122
widestring = "1"
2223

0 commit comments

Comments
 (0)