jaemk / cached

Rust cache structures and easy function memoization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

inferrna opened this issue · comments

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

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