public inbox for pve-devel@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

* Re: [PATCH v1 proxmox-backup] tools: enable tokio time feature in Cargo.toml
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Obkircher @ 2026-08-05 11:57 UTC (permalink / raw)
  To: pve-devel

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




^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal