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
I realize changing this now would break dependencies but it is a bit confusing when trying to work with the library so maybe adding a note to the docs would be helpful? If so I can submit a PR next week.
The text was updated successfully, but these errors were encountered:
To use
etcommon-bigint
you need to specify it asetcommon-bigint
in yourCargo.toml
but asbigint
in yourmain.rs
.Example:
Cargo.toml:
main.rs:
I believe this mismatch is due to the following in https://github.com/ETCDEVTeam/etcommon-rs/blob/master/bigint/Cargo.toml#L11:
I realize changing this now would break dependencies but it is a bit confusing when trying to work with the library so maybe adding a note to the docs would be helpful? If so I can submit a PR next week.
The text was updated successfully, but these errors were encountered: