We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server-transports
The server-transports example should compile with
cargo build --example server-transports --features="net unstable-server-transport"
but only compiles with 2 additional dev-dependencies and another feature flag:
cargo add --dev tracing_subscriber -F env-filter cargo add --dev tokio_stream cargo build --example server-transports --features="net unstable-server-transport unstable-client-transport"
The text was updated successfully, but these errors were encountered:
FYI #432 fixes a similar issue in the serve-zone example.
serve-zone
Sorry, something went wrong.
@ximon18 this was fixed by #432 as well right?
No branches or pull requests
The
server-transports
example should compile withbut only compiles with 2 additional dev-dependencies and another feature flag:
The text was updated successfully, but these errors were encountered: