Skip to content

Commit

Permalink
Updating to IronRDP master
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Becker-Mayer committed Oct 6, 2023
1 parent 6833be5 commit 3111b68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
17 changes: 8 additions & 9 deletions lib/srv/desktop/rdp/rdpclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ x509-parser = "0.14"
sspi = { version = "0.10.1", features = ["network_client", "dns_resolver"] }
static_init = "1.0.3"

# TODO: change to IronRDP master once https://github.com/Devolutions/IronRDP/pull/206 lands
ironrdp-connector = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-tls = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-tokio = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-rdpsnd = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-rdpdr = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-svc = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-connector = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }
ironrdp-tls = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }
ironrdp-tokio = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }
ironrdp-rdpsnd = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }
ironrdp-rdpdr = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }
ironrdp-svc = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }

# Uncomment the following lines to use local crates instead of the ones from github
# ironrdp-connector = { path = "/Users/ibeckermayer/Devolutions/IronRDP/crates/ironrdp-connector" }
Expand Down
7 changes: 3 additions & 4 deletions web/packages/teleport/src/ironrdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ tracing-web = "0.1.2"
time = { version = "0.3", features = ["wasm-bindgen"] }
console_error_panic_hook = "0.1.7"

# TODO: change to IronRDP master once https://github.com/Devolutions/IronRDP/pull/206 lands
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-graphics = { git = "https://github.com/Devolutions/IronRDP", rev = "1399e9198a4891409e471c8e2c3a80db45b389b2" }
ironrdp-session = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }
ironrdp-pdu = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }
ironrdp-graphics = { git = "https://github.com/Devolutions/IronRDP", rev = "774a8634da6e2eb3d934cf0c55f1b4d948d216fe" }

# Uncomment the following lines and comment out the ones above to use local crates instead of the ones from github
# ironrdp-session = { path = "/path/to/your/local/IronRDP/crates/ironrdp-session" }
Expand Down

0 comments on commit 3111b68

Please sign in to comment.