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
Building Hypermine from scratch results in the following error:
error[E0432]: unresolved import `zstd_sys::ZSTD_cParameter::ZSTD_c_experimentalParam6`
--> C:\Users\Patrick\.cargo\registry\src\index.crates.io-6f17d22bba15001f\zstd-safe-6.0.6\src\lib.rs:609:13
|
609 | ZSTD_c_experimentalParam6 as ZSTD_c_targetCBlockSize,
| -------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| no `ZSTD_c_experimentalParam6` in `ZSTD_cParameter`
| help: a similar name exists in the module: `ZSTD_c_experimentalParam1`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `zstd-safe` (lib) due to 1 previous error
Building Hypermine from scratch results in the following error:
See gyscos/zstd-rs#270 and gyscos/zstd-rs#268 for the likely root cause.
This comes from the dependency we import in save/Cargo.toml:
Current workaround
Add the following after the
zstd
dependency in save/cargo.toml:The text was updated successfully, but these errors were encountered: