Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Add export of FromDecStrErr #66

Open
BlinkyStitt opened this issue Apr 11, 2019 · 0 comments
Open

Add export of FromDecStrErr #66

BlinkyStitt opened this issue Apr 11, 2019 · 0 comments

Comments

@BlinkyStitt
Copy link

I ran cargo update on my project and it brought it a new version of uuint (0.6.1). When I tried to run my tests, I got this error:

U256::from_dec_str("10000000000000")?;

the trait `std::convert::From<uint::uint::FromDecStrErr>` is not implemented for `MyError`

I think the uint.rs in this repo should have something like pub use uint::FromDecStrErr so that my code could use the correct version without needing any pins in my Cargo.toml.

For now, I'm pinning uint to 0.4 in my Cargo.toml and my code is building.

@BlinkyStitt BlinkyStitt changed the title Add export Add export of FromDecStrErr Apr 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant