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

deterministic_rand on crates.io does not build. Code in this repo is fine. #1485

Open
luketpeterson opened this issue Nov 11, 2024 · 0 comments

Comments

@luketpeterson
Copy link

Using the stable tool-chain (rustc 1.82.0), deterministic_rand v. 0.5.0 fails to build with the following error:

error[E0433]: failed to resolve: use of undeclared crate or module `derive_more`
  --> /Users/admin/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mod_interface_meta-0.18.0/src/record.rs:21:14
   |
21 |   #[ derive( IsVariant, Debug, PartialEq, Eq, Clone, Copy ) ]
   |              ^^^^^^^^^ use of undeclared crate or module `derive_more`
   |
   = note: this error originates in the derive macro `IsVariant` (in Nightly builds, run with -Z macro-backtrace for more info)

There are no problems when I clone the code in this repo, and include the crate by path. This repo depends on mod_interface v 0.23, while the version on crates.io depends on v 0.18.

So I think it may just be a matter of re-publishing the crate.

Thank you.

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

No branches or pull requests

1 participant