]> git.proxmox.com Git - proxmox-fuse.git/commitdiff
bump version to 0.1.2-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Mar 2022 08:27:08 +0000 (09:27 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Mar 2022 08:28:06 +0000 (09:28 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index 4462c334f29fbb29bb6ac56f2ba020982a6341b1..0799e0bae1bcf854739d23aa67c067174ae1c377 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-fuse"
-version = "0.1.1"
+version = "0.1.2"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 0b6ebf52ffc39fb4a2d337d3920b54c2826d753e..690987ffed33163b0a8e8c15bf13680b18e9737c 100644 (file)
@@ -1,3 +1,11 @@
+rust-proxmox-fuse (0.1.2-1) pve; urgency=medium
+
+  * drop use of deprecated std::f64 module
+
+  * code maintenance and build improvements
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 04 Mar 2022 09:26:01 +0100
+
 rust-proxmox-fuse (0.1.1-1) pve; urgency=medium
 
   * update to tokio 1.0
index 138e92b9a7958ce78f1ec37b62ea184dc197b296..176f918bee74d7eabeb1f974e73d19d8cb509b5b 100644 (file)
@@ -1,8 +1,8 @@
 Source: rust-proxmox-fuse
 Section: rust
 Priority: optional
-Build-Depends: debhelper (>= 11),
- dh-cargo (>= 18),
+Build-Depends: debhelper (>= 12),
+ dh-cargo (>= 25),
  cargo:native <!nocheck>,
  rustc:native <!nocheck>,
  libstd-rust-dev <!nocheck>,
@@ -17,9 +17,10 @@ Build-Depends: debhelper (>= 11),
  librust-tokio-stream-0.1+default-dev <!nocheck>,
  libfuse3-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Standards-Version: 4.4.1
+Standards-Version: 4.5.1
 Vcs-Git: 
 Vcs-Browser: 
+Rules-Requires-Root: no
 
 Package: librust-proxmox-fuse-dev
 Architecture: any
@@ -42,8 +43,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.1-dev (= ${binary:Version}),
- librust-proxmox-fuse-0.1.1+default-dev (= ${binary:Version})
+ librust-proxmox-fuse-0.1.2-dev (= ${binary:Version}),
+ librust-proxmox-fuse-0.1.2+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.