Skip to content
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

#![feature]` may not be used on the stable release channel from thiserror crate #134

Open
inferrna opened this issue Oct 29, 2022 · 1 comment

Comments

@inferrna
Copy link

error[E0554]: '#![feature]' may not be used on the stable release channel
   --> /home/inferno/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/src/lib.rs:238:34

So now cached can't be used with the stable channel

@inferrna inferrna changed the title #![feature]` may not be used on the stable release channel from thiserror trait #![feature]` may not be used on the stable release channel from thiserror crate Oct 29, 2022
@jaemk
Copy link
Owner

jaemk commented Oct 29, 2022

I also noticed this while I was updating dependencies, but relocking my deps fixed the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants