Skip to content

Commit b931c84

Browse files
committed
fix cargo
1 parent 79316c5 commit b931c84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ libc = "0.2.186"
3434
lz4_flex = "0.13.0"
3535
lzma-rust2 = "0.16.2"
3636
num_cpus = "1.17.0"
37-
38-
[target.'cfg(target_os = "linux")'.dependencies]
39-
landlock = "0.4.4"
4037
rayon = "1.12.0"
4138
same-file = "1.0.6"
4239
sevenz-rust2 = { version = "0.21.0", features = ["compress", "aes256"] }
@@ -52,6 +49,9 @@ zip = { version = "8.6.0", default-features = false, features = [
5249
] }
5350
zstd = { version = "0.13.3", default-features = false, features = ["zstdmt"] }
5451

52+
[target.'cfg(target_os = "linux")'.dependencies]
53+
landlock = "0.4.4"
54+
5555
[dev-dependencies]
5656
anyhow = "1.0.102"
5757
assert_cmd = "2.2.1"

0 commit comments

Comments
 (0)