|
|
|
|
|
by vertex-four
3399 days ago
|
|
I believe what hyper should do there is `pub use ::unicase` in the hyper crate root, allowing you to use unicase directly through hyper - since it's a hyper dependency and you need to ensure you're using the same versions as it. |
|