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

specs uses shred 0.13.0, which depends on mopa #762

Closed
AcrylicShrimp opened this issue Dec 12, 2022 · 1 comment
Closed

specs uses shred 0.13.0, which depends on mopa #762

AcrylicShrimp opened this issue Dec 12, 2022 · 1 comment
Labels

Comments

@AcrylicShrimp
Copy link

AcrylicShrimp commented Dec 12, 2022

Description

specs currently(0.18.0) uses shred 0.13.0, which depends on mopa that is not maintained anymore. shred already removed
the mopa in 0.14.0
, but specs still not uses it.

Meta

Rust version: rustc 1.64.0 (a55dd71d5 2022-09-19)
Specs version / commit: 0.18.0
Operating system: macOS Ventura

Reproduction

  1. cargo init
  2. Add specs = { version = "0.18", features = ["derive"] } to the generated Cargo.toml

Expected behavior

It's good to upgrade shred to 0.14.0 to fix this issue.

@Imberflur
Copy link
Contributor

Latest release now has the new shred version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants