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
Describe the bug
When adding grin_wallet_libwallet as a dependency to a Rust project like this: `
I receive a compilation error which seems to be coming from an issue with a dalek and the grin-core dependency. The bug appears for any version of grin_wallet_libwallet above 3.0.0. (2.1.0 and below works fine)
error: aborting due to 26 previous errors
Some errors have detailed explanations: E0026, E0027, E0308, E0560, E0599, E0609, E0615.
For more information about an error, try `rustc --explain E0026`.
error: could not compile `grin_wallet_libwallet`.
To Reproduce
Steps to reproduce the behavior:
mkdir minimal
cd minimal
cargo init
Add grin_wallet_libwallet = "4.0.0" as dependency to Cargo.toml
cargo build
Expected behavior
Should compile without errors
Desktop (please complete the following information):
Ubuntu 20.04
Rust 1.47.0
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When adding grin_wallet_libwallet as a dependency to a Rust project like this:
`
I receive a compilation error which seems to be coming from an issue with a dalek and the grin-core dependency. The bug appears for any version of grin_wallet_libwallet above 3.0.0. (2.1.0 and below works fine)
To Reproduce
Steps to reproduce the behavior:
mkdir minimal
cd minimal
cargo init
grin_wallet_libwallet = "4.0.0"
as dependency toCargo.toml
cargo build
Expected behavior
Should compile without errors
Desktop (please complete the following information):
Screenshots
The text was updated successfully, but these errors were encountered: