Open
Description
Just git cloning the master branch and cargo build
is failing.
log:
[I] > cargo build
Compiling hammersbald v2.4.0
error[E0603]: module `export` is private
--> /home/calvin/.cargo/registry/src/github.com-1ecc6299db9ec823/hammersbald-2.4.0/src/bitcoin_adaptor.rs:34:12
|
34 | use serde::export::PhantomData;
| ^^^^^^ private module
|
note: the module `export` is defined here
--> /home/calvin/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.123/src/lib.rs:275:5
|
275 | use self::__private as export;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0603`.
error: could not compile `hammersbald`
To learn more, run the command again with --verbose.
Metadata
Metadata
Assignees
Labels
No labels