From: Robert Obkircher <r.obkircher@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH v1 proxmox-backup] tools: enable tokio time feature in Cargo.toml
Date: Wed, 5 Aug 2026 13:51:15 +0200 [thread overview]
Message-ID: <20260805115149.248723-1-r.obkircher@proxmox.com> (raw)
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
next reply other threads:[~2026-08-05 11:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-05 11:51 Robert Obkircher [this message]
2026-08-05 11:57 ` [PATCH v1 proxmox-backup] tools: enable tokio time feature in Cargo.toml Robert Obkircher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260805115149.248723-1-r.obkircher@proxmox.com \
--to=r.obkircher@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.