Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The latest Pallas 0.31.0 requires unstable Nightly Rust #544

Open
michalrus opened this issue Nov 8, 2024 · 0 comments
Open

The latest Pallas 0.31.0 requires unstable Nightly Rust #544

michalrus opened this issue Nov 8, 2024 · 0 comments

Comments

@michalrus
Copy link

The minicbor dependency has been updated from 0.20.0 to 0.25.1. And this new version requires unstable Nightly Rust for their use of core::error::Error.

I really don’t know if we should switch to an unstable compiler. 👀 /cc @mmahut

In the future, this is probably an issue for minicbor.

Would you please consider switching back to a stable-compatible version of minicbor for now? 🙏

Failure with stable Rust

   Compiling minicbor v0.25.1

error[E0658]: use of unstable library feature 'error_in_core'
   --> /home/mw/.cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.25.1/src/data.rs:295:6
    |
295 | impl core::error::Error for UnknownTag {}
    |      ^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #103765 <https://github.com/rust-lang/rust/issues/103765> for more information

[…]

For more information about this error, try `rustc --explain E0658`.
error: could not compile `minicbor` (lib) due to 13 previous errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant