From 0e0966af8886c176d8decfe18cb7ead4db5a83a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 14 Jan 2021 15:50:18 +0100 Subject: [PATCH] bump version to 0.1.1-1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ debian/control | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0303522..4debf70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-fuse" -version = "0.1.0" +version = "0.1.1" authors = ["Wolfgang Bumiller "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 2109558..0b6ebf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-fuse (0.1.1-1) pve; urgency=medium + + * update to tokio 1.0 + + -- Proxmox Support Team Thu, 14 Jan 2021 15:49:04 +0100 + rust-proxmox-fuse (0.1.0-1) pve; urgency=medium * initial release diff --git a/debian/control b/debian/control index 4d20e04..ea921fd 100644 --- a/debian/control +++ b/debian/control @@ -40,8 +40,8 @@ Provides: librust-proxmox-fuse-0+default-dev (= ${binary:Version}), librust-proxmox-fuse-0.1-dev (= ${binary:Version}), librust-proxmox-fuse-0.1+default-dev (= ${binary:Version}), - librust-proxmox-fuse-0.1.0-dev (= ${binary:Version}), - librust-proxmox-fuse-0.1.0+default-dev (= ${binary:Version}) + librust-proxmox-fuse-0.1.1-dev (= ${binary:Version}), + librust-proxmox-fuse-0.1.1+default-dev (= ${binary:Version}) Description: Expose fuse requests as async streams - Rust source code This package contains the source for the Rust proxmox-fuse crate, packaged by debcargo for use with cargo and dh-cargo. -- 2.39.5