public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH pxar 1/2] Add dependency on `tokio/io-util` to `tokio-io` feature
@ 2023-07-20 17:15 Max Carrara
  2023-07-20 17:15 ` [pbs-devel] [PATCH pxar 2/2] decoder: aio: improve performance of async file reads Max Carrara
  0 siblings, 1 reply; 4+ messages in thread
From: Max Carrara @ 2023-07-20 17:15 UTC (permalink / raw)
  To: pbs-devel

This is required in order to use `tokio::io::BufReader`.

Signed-off-by: Max Carrara <m.carrara@proxmox.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index d120e70..e20aefd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ libc = "0.2"

 [features]
 default = [ "tokio-io" ]
-tokio-io = [ "tokio" ]
+tokio-io = [ "tokio", "tokio/io-util" ]
 tokio-fs = [ "tokio-io", "tokio/fs" ]

 full = [ "tokio-fs"]
--
2.39.2





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

end of thread, other threads:[~2023-08-04 11:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-20 17:15 [pbs-devel] [PATCH pxar 1/2] Add dependency on `tokio/io-util` to `tokio-io` feature Max Carrara
2023-07-20 17:15 ` [pbs-devel] [PATCH pxar 2/2] decoder: aio: improve performance of async file reads Max Carrara
2023-07-27  8:50   ` Fabian Grünbichler
2023-08-04 11:27   ` Wolfgang Bumiller

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