Closed Anivie closed 2 months ago
Hey, could you share you entire Cargo.toml
I tried with this one:
[package]
name = "test2"
version = "0.1.0"
edition = "2021"
[dependencies]
[dependencies.ntex]
git = "https://github.com/ntex-rs/ntex.git"
features = ["tokio", "tls-rustls", "rustls", "compress"]
And i didn't run into any issue
I just released ntex-io 2.5.0, you can just run "cargo update" it should fix the problem
Thanks!
Alright, I'm not sure if it's because of the cache or if the author provided a new version of ntex-io
, but it worked fine after I just executed cargo clean
and then cargo build
again
I am trying to import this crate like this:
But I will get this error:
How can I fix this?Thanks!