all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH v1 proxmox-backup] tools: enable tokio time feature in Cargo.toml
@ 2026-08-05 11:51 Robert Obkircher
  2026-08-05 11:57 ` Robert Obkircher
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Obkircher @ 2026-08-05 11:51 UTC (permalink / raw)
  To: pve-devel

Fix a compile error in src/buffered_logger.rs when building just the
pbs-tools package in isolation.

Signed-off-by: Robert Obkircher <r.obkircher@proxmox.com>
---
 pbs-tools/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbs-tools/Cargo.toml b/pbs-tools/Cargo.toml
index 6b1d92fa6..df16d7412 100644
--- a/pbs-tools/Cargo.toml
+++ b/pbs-tools/Cargo.toml
@@ -16,7 +16,7 @@ nom.workspace = true
 openssl.workspace = true
 serde_json.workspace = true
 # rt-multi-thread is required for block_in_place
-tokio = { workspace = true, features = [ "fs", "io-util", "rt", "rt-multi-thread", "sync" ] }
+tokio = { workspace = true, features = [ "fs", "io-util", "rt", "rt-multi-thread", "sync", "time" ] }
 tracing.workspace = true
 
 proxmox-async.workspace = true
-- 
2.47.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-05 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-05 11:51 [PATCH v1 proxmox-backup] tools: enable tokio time feature in Cargo.toml Robert Obkircher
2026-08-05 11:57 ` Robert Obkircher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal