From 28241a3f8847fc65938da34d138666c8b3a000b7 Mon Sep 17 00:00:00 2001 From: mihneabuz Date: Sun, 27 Aug 2023 12:46:03 +0300 Subject: [PATCH] qemu-rdp: changed IronRDP to origin --- qemu-rdp/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qemu-rdp/Cargo.toml b/qemu-rdp/Cargo.toml index e210831..563e6d5 100644 --- a/qemu-rdp/Cargo.toml +++ b/qemu-rdp/Cargo.toml @@ -18,5 +18,4 @@ anyhow = "1.0" zbus = { version = "3.0" } clap = { version = "3.2", features = ["derive"] } async-trait = "0.1" -# TODO: replace this with upstream after merge -ironrdp = { git = "https://github.com/mihneabuz/IronRDP.git", branch = "feature_server", features = ["server"] } +ironrdp = { git = "https://github.com/Devolutions/IronRDP", features = ["server"] }