Merge branch 'master' into oldpr369
This commit is contained in:
commit
45c7e780ec
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ time = { workspace = true, optional = true, features = [
|
|||
zstd = { version = "0.13.1", optional = true, default-features = false }
|
||||
zopfli = { version = "0.8.0", optional = true }
|
||||
deflate64 = { version = "0.1.8", optional = true }
|
||||
lzma-rs = { version = "0.3.0", optional = true }
|
||||
lzma-rs = { version = "0.3.0", default-features = false, optional = true }
|
||||
|
||||
[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
|
||||
crossbeam-utils = "0.8.19"
|
||||
|
|
Loading…
Add table
Reference in a new issue