Skip to content

Commit 3a713aa

Browse files
DO NOT MERGE: demonstrate no-dupe windows 0.59 dep.
You can recreate this commit by: 1. Applying a `patch.crates-io.libloading` to point to the upstream PR allowing `windows` 0.59 in its dep. range. 2. Run `cargo update`.
1 parent 676ea43 commit 3a713aa

File tree

2 files changed

+64
-63
lines changed

2 files changed

+64
-63
lines changed

Cargo.lock

Lines changed: 61 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,6 @@ unused_result_ok = "warn"
8484
unused_trait_names = "warn"
8585
unwrap_used = "warn"
8686
unwrap_in_result = "warn"
87+
88+
[patch.crates-io]
89+
libloading = { git = "https://github.com/erichdongubler-contrib/rust_libloading", branch = "windows-0.59" }

0 commit comments

Comments
 (0)