Open hanckmann opened 4 years ago
Hey @hanckmann, thanks for the issue. You weren't doing anything wrong, it looks like futures 0.3.6
became more explicit about whats not allowed. I was able to push a patch (0.1.4
) which should resolve that error for you. I also bumped async-std
to the next version. Your Cargo.toml would look like this:
[dependencies]
async-port-scanner = "0.1"
futures = "0.3"
async-std = "1.6"
Existing code should work fine as is if you want to give it another try
Hi, This looks like a good lib and I am trying to use it. Your examples are useful, but it would be good to also hint on how to really use it.
my main.rs
My Cargo.toml dependencies:
However, this results in the error: