Closed vados-cosmonic closed 5 months ago
IIUC this should be fixed by #41
Ah thanks -- just made a PR for this, but will wait for that one to merge -- is it possible to yank the version that was released so builds can pass in the interim?
@davidtwco please consider yank 1.2.0
I've yanked 1.2.0
Appreciate it @davidtwco ! 🙇 Confirming that builds are 🟢 on my side, closing this!
It seems that the latest version of
rustc-hash
has a a small bug -- it attempts to usestd
without first checking for the feature flag:The bug seems to be in
seeded_state.rs
, as the module is not guarded by thestd
feature.For context, the dependency that I was actually trying to build that uses
rustc-hash
iswasmtime
.