]> git.proxmox.com Git - proxmox-fuse.git/commitdiff
bump version to 0.1.1-1
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 14 Jan 2021 14:50:18 +0000 (15:50 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 14 Jan 2021 15:00:53 +0000 (16:00 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index 0303522efee4945f74d9a8f493e8e9fc122c9615..4debf7086ca020a75532006479e2e620e549ba0a 100644 (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"
index 21095588ec43d426dbe119bd72f8065fdd3a1b03..0b6ebf52ffc39fb4a2d337d3920b54c2826d753e 100644 (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
index 4d20e04742a781f528c88c7a89b5e7b4b6fa6118..ea921fdb43eb4e315c6c5fcee9c44449969d761d 100644 (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.