From c65bc99a410e08a3f5a8a398b2e6f4169a49eeac Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 25 Jun 2020 09:46:24 +0200 Subject: [PATCH] [chore] bump to using pxar 0.2.0 This breaks all previously created pxar archives! Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- TODO.rst | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f072e44..14926494 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ proxmox = { version = "0.1.40", features = [ "sortable-macro", "api-macro" ] } #proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] } proxmox-fuse = "0.1.0" -pxar = { version = "0.1.9", features = [ "tokio-io", "futures-io" ] } +pxar = { version = "0.2.0", features = [ "tokio-io", "futures-io" ] } #pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] } regex = "1.2" rustyline = "6" diff --git a/TODO.rst b/TODO.rst index af33fe30..f79a2389 100644 --- a/TODO.rst +++ b/TODO.rst @@ -30,8 +30,6 @@ Chores: * move tools/xattr.rs and tools/acl.rs to proxmox/sys/linux/ -* recompute PXAR_ header types from strings: avoid using numbers from casync - * remove pbs-* systemd timers and services on package purge