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
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
When I run cargo build under the path: my_path_to/evm_tests, I get a lot of errors, such as:
error[E0277]: the trait bound `primitive_types::U256: From<Uint>` is not satisfied
--> jsontests/src/utils.rs:14:12
|
14 | balance: s.balance.clone().unwrap().into(),
then I find the different versions of primitive_types used in the jsontests/Cargo.toml (version = 0.12) and submodule evm/Cargo.toml(version = 0.11). Is this a problem or I just make things wrong?
I am running under the Arch Linux, 6.0.5-arch1-1 with cargo version: cargo 1.65.0 (4bc8f24d3 2022-10-20), and rustc version: rustc 1.65.0 (897e37553 2022-11-02).
Best regards.
Thx
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, All:
When I run cargo build under the path:
my_path_to/evm_tests
, I get a lot of errors, such as:then I find the different versions of
primitive_types
used in the jsontests/Cargo.toml (version = 0.12) and submodule evm/Cargo.toml(version = 0.11). Is this a problem or I just make things wrong?I am running under the Arch Linux, 6.0.5-arch1-1 with cargo version: cargo 1.65.0 (4bc8f24d3 2022-10-20), and rustc version: rustc 1.65.0 (897e37553 2022-11-02).
Best regards.
Thx
The text was updated successfully, but these errors were encountered: