diff --git a/Cargo.toml b/Cargo.toml index ff9b634..27d181a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"