5
0
mirror of git://git.proxmox.com/git/proxmox-fuse.git synced 2024-12-21 13:34:41 +03:00

bump version to 0.1.1-1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2021-01-14 15:50:18 +01:00
parent 2919ef4558
commit 0e0966af88
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-fuse"
version = "0.1.0"
version = "0.1.1"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
rust-proxmox-fuse (0.1.1-1) pve; urgency=medium
* update to tokio 1.0
-- Proxmox Support Team <support@proxmox.com> Thu, 14 Jan 2021 15:49:04 +0100
rust-proxmox-fuse (0.1.0-1) pve; urgency=medium
* initial release

4
debian/control vendored
View File

@ -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.