From: Robert Obkircher <r.obkircher@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: Re: [PATCH v1 proxmox-backup] tools: enable tokio time feature in Cargo.toml
Date: Wed, 5 Aug 2026 13:57:32 +0200 [thread overview]
Message-ID: <49251690-8178-4fe2-b007-945fe565e8f1@proxmox.com> (raw)
In-Reply-To: <20260805115149.248723-1-r.obkircher@proxmox.com>
Sorry, this was intended for the pbs-devel list instead.
On 05.08.26 13:52, Robert Obkircher wrote:
> 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
prev parent reply other threads:[~2026-08-05 11:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=49251690-8178-4fe2-b007-945fe565e8f1@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox