]> git.proxmox.com Git - cargo.git/blobdiff - vendor/tar/Cargo.toml
New upstream version 0.52.0
[cargo.git] / vendor / tar / Cargo.toml
index b92a3dccfbf6a801f13aeac2f59917640ff6722c..5ea23e79cbb63d3555fb0cf07537c2c1ce2d2c42 100644 (file)
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "tar"
-version = "0.4.30"
+version = "0.4.33"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 exclude = ["tests/archives/*"]
 description = "A Rust implementation of a TAR file reader and writer. This library does not\ncurrently handle compression, but it is abstract over all I/O readers and\nwriters. Additionally, great lengths are taken to ensure that the entire\ncontents are never required to be entirely resident in memory all at once.\n"
@@ -30,8 +30,6 @@ version = "3"
 
 [features]
 default = ["xattr"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"