-
Couldn't load subscription status.
- Fork 39
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels