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
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.
The text was updated successfully, but these errors were encountered:
Using the stable tool-chain (rustc 1.82.0),
deterministic_rand
v. 0.5.0 fails to build with the following error: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.
The text was updated successfully, but these errors were encountered: