Deitos-Network / deitos-node

GNU General Public License v3.0
1 stars 1 forks source link

Fix unknown feature `stdsimd` #22

Closed kalaninja closed 6 months ago

kalaninja commented 6 months ago

Latest nightly toolchain removed feature stdsimd, which is used in ahash crate. A temporary solution is to downgrade rust toolchain version.

Later the problem should be fixed with polkadot upgrade (the problem was fixed in ahash version 0.8)