-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcfee7b
commit 8d6a099
Showing
9 changed files
with
279 additions
and
139 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "dokan-sys" | ||
version = "0.2.0+dokan150" | ||
version = "0.3.0+dokan205" | ||
authors = ["DDoSolitary <[email protected]>"] | ||
description = "Raw FFI bindings for Dokan (user mode file system library for Windows)" | ||
homepage = "https://dokan-dev.github.io" | ||
|
Submodule dokany
updated
84 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "dokan" | ||
version = "0.2.0+dokan150" | ||
version = "0.3.0+dokan205" | ||
authors = ["DDoSolitary <[email protected]>"] | ||
description = "Rust-friendly wrapper for Dokan (user mode file system library for Windows)" | ||
homepage = "https://dokan-dev.github.io" | ||
|
@@ -16,7 +16,7 @@ edition = "2018" | |
appveyor = { repository = "Liryna/dokan-rust" } | ||
|
||
[dependencies] | ||
dokan-sys = { version = "= 0.2.0", path = "../dokan-sys" } | ||
dokan-sys = { version = "= 0.3.0", path = "../dokan-sys" } | ||
bitflags = "1.2.1" | ||
widestring = "0.4.3" | ||
winapi = { version = "0.3.9", features = ["std", "errhandlingapi", "handleapi", "heapapi", "ioapiset", "minwinbase", "minwindef", "ntdef", "ntstatus", "processthreadsapi", "sddl", "securitybaseapi", "synchapi", "winbase", "winerror", "winnt"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.