We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e12dc commit c887530Copy full SHA for c887530
Cargo.toml
@@ -19,7 +19,7 @@ gimli = { version = "0.28", default-features = false, features = ["write"]}
19
object = { version = "0.32", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
20
21
indexmap = "2.0.0"
22
-libloading = { version = "0.7.3", optional = true }
+libloading = { version = "0.8.0", optional = true }
23
smallvec = "1.8.1"
24
25
[patch.crates-io]
0 commit comments