Skip to content

Commit

Permalink
removed posix-acl dependency on windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0llux committed Nov 28, 2023
1 parent 89f56ef commit 4d83839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ rand = "0.8.5"
base64 = "0.21.0"
time = { version = "0.3.21" }
itertools = "0.11"
posix-acl = "1.1.0"
redb = "1.0.5"
#encryption
pkcs5 = { version = "0.7.1", features = [ "pbes2", "alloc" ] }
Expand Down Expand Up @@ -57,6 +56,7 @@ hex = { version = "0.4.3", optional = true }
# platform specific dependencies
[target.'cfg(target_family = "unix")'.dependencies]
xattr = "1"
posix-acl = "1.1.0"

[features]
default = []
Expand Down

0 comments on commit 4d83839

Please sign in to comment.