-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when updating to 0.13.2 #199
Comments
Ok, so I figured out the reason, I have to include futures-lite in my cargo.toml and cargo check works. Can you include this within dependencies? |
It seems futures-lite feature gated those traits in a recent update. I don't know why the tests didn't catch it. I've fixed it in 36ccccc |
It looks like the same error has been re-introduced by 9f33ac4. |
Are you using (atleast) |
Yes, I’m using [dependencies]
twitchchat = { version = "0.14.3", features = ["async", "tokio", "tokio-util"] } in my Cargo.toml. |
So, this is actually a bug in cargo. If I were to build the crate with this features it works. This happened a while with #84 I guess I should have an external crate that uses this one in the various features configurations to ensure the breakages are caught before publication. And its technically fixed on nightly: rust-lang/cargo#1796 (comment) (The problem is that features from But until then I'll be a bit more diligent about it. |
and I just published a new release that fixes this. I'll make a mental note to do the external feature testing before publishing next time. |
Hi, I'm getting this error and just recently updated the lib to 0.13.2 in my cargo.toml
https://del.dog/bestotocke.txt
The text was updated successfully, but these errors were encountered: