Open ronjakoi opened 4 years ago
My elastic library version is 0.21.0-pre.5
.
Sorry for the late response.
It looks like from your other issue, https://github.com/elastic/elasticsearch-rs/issues/102, you are using futures v0.3.0
.
This repo is not compatible with futures v0.3
and we don't plan to support it as we have moved our development efforts over to the official crate which does support futures v0.3
(async/await syntax etc).
If you need to stick with this crate, you can try using tokio-compat or futures 0.1, but it might end up being more work than migrating over to the official client...
My code starting on line 169:
My error message:
I do have this
use
line in my file: