Skip to content

Conversation

@glamberson
Copy link
Contributor

The server uses ironrdp_tokio::reqwest::ReqwestNetworkClient in accept_credssp but the reqwest feature was not enabled on the ironrdp-tokio dependency, causing compilation to fail.

Reproduction

cargo check -p ironrdp-server

Fails with:

error[E0433]: failed to resolve: could not find `reqwest` in `ironrdp_tokio`

Fix

Enable the reqwest feature on ironrdp-tokio in ironrdp-server/Cargo.toml.

Fixes #1062

The server uses `ironrdp_tokio::reqwest::ReqwestNetworkClient` in
accept_credssp but the reqwest feature was not enabled, causing
compilation to fail.

Fixes Devolutions#1062
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

ironrdp-server fails to compile: missing reqwest feature on ironrdp-tokio

2 participants