]> git.proxmox.com Git - proxmox-backup.git/blobdiff - examples/h2s-server.rs
use new proxmox-async crate
[proxmox-backup.git] / examples / h2s-server.rs
index a11476a82419a479696ded826df39bd6f2972a15..f1f08513756ae4915523a6a4465cc50617b0558c 100644 (file)
@@ -9,7 +9,7 @@ use tokio::net::{TcpListener, TcpStream};
 use pbs_buildcfg::configdir;
 
 fn main() -> Result<(), Error> {
-    pbs_runtime::main(run())
+    proxmox_async::runtime::main(run())
 }
 
 async fn run() -> Result<(), Error> {