trillium-rs / trillium

Trillium is a composable toolkit for building internet applications with async rust

Home Page:https://trillium.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug report for `trillium-proxy`: Compilation fails with --no-default-features

divergentdave opened this issue · comments

Describe the bug
trillium-proxy cannot be built without the upstream-connection-counting feature enabled.

To Reproduce
cargo check -p trillium-proxy --no-default-features

error[E0432]: unresolved import `trillium_server_common`
 --> proxy/src/forward_proxy_connect.rs:6:5
  |
6 | use trillium_server_common::{Connector, ObjectSafeConnector};
  |     ^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `trillium_server_common`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `trillium-proxy` (lib) due to 1 previous error

Expected behavior
Successful compilation

Thanks for reporting! Fix released as trillium-proxy@0.5.3