]> git.proxmox.com Git - proxmox-backup.git/commit
cargo: use default-features
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Thu, 20 Jun 2024 09:00:05 +0000 (11:00 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 20 Jun 2024 10:18:40 +0000 (12:18 +0200)
commit1a76efc61696e18bf3136a9404193ad7373098a7
tree7b59dcb8edfb5d438990f495c6eebc6e16eac731
parentda72994faf8ae32208d38e3aa3c977a4908095b0
cargo: use default-features

Fixes the compile-time warning:

warning: Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
(in the `proxmox-router` dependency)

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Cargo.toml