Skip to content

Commit

Permalink
Update dokan
Browse files Browse the repository at this point in the history
  • Loading branch information
inetic committed May 2, 2024
1 parent ba414b2 commit 039c672
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ bitflags = "2.4.0"

[target.'cfg(target_os = "windows")'.dependencies]
deadlock = { path = "../deadlock" }
# Patch to force compilation of dokan2.dll when `DOKAN_DLL_OUTPUT_PATH` is
# defined even if dokan is installed.
# https://github.com/dokan-dev/dokan-rust/pull/7
dokan = { git = "https://github.com/inetic/dokan-rust", branch = "env-to-recompile-dll" }
dokan-sys = { git = "https://github.com/inetic/dokan-rust", branch = "env-to-recompile-dll" }
widestring = "0.4.3"
dokan = { git = "https://github.com/dokan-dev/dokan-rust", rev = "d1ed57a508d93b3bbb04c37e9ba56ef9692176f7" }
dokan-sys = { git = "https://github.com/dokan-dev/dokan-rust", rev = "d1ed57a508d93b3bbb04c37e9ba56ef9692176f7" }
widestring = "1.0.2"
winapi = { version = "0.3.9", features = ["ntstatus", "winnt"] }

[dev-dependencies]
Expand Down

0 comments on commit 039c672

Please sign in to comment.