You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project using Dioxus Rust framework. sledgehammer_utils is a dependency of dioxus-interpreter-js v0.4.3.
The sledgehammer has been updated from 0.2.0 to 0.2.1.
When I run my Dioxus project with dx serve --hot-reload, I get the following error:
[INFO] 🚅 Running build command...
Error: 🚫 Serving project failed: error[E0658]:use of unstable library feature 'build_hasher_simple_hash_one'
--> /root/.cargo/registry/src/custom-registry/sledgehammer_utils-0.2.1/src/lib.rs:124:32
|
124 | let hash = self.hasher.hash_one(&val);
| ^^^^^^^^
|
= note: see issue #86161 <https://github.com/rust-lang/rust/issues/86161> for more information
error:Brokenpipe(os error 32)
error: could not compile `sledgehammer_utils` (lib) due to 2 previous errors
This error raised by the #![feature(build_hasher_simple_hash_one)] flag (see this issue) prevents me from compiling my project.
The text was updated successfully, but these errors were encountered:
Hello there,
I'm using
rustc 1.70.0
andrustup 1.26.0
.I'm working on a project using Dioxus Rust framework.
sledgehammer_utils
is a dependency ofdioxus-interpreter-js v0.4.3
.The sledgehammer has been updated from
0.2.0
to0.2.1
.When I run my Dioxus project with
dx serve --hot-reload
, I get the following error:This error raised by the
#![feature(build_hasher_simple_hash_one)]
flag (see this issue) prevents me from compiling my project.The text was updated successfully, but these errors were encountered: