Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error expected num::BigUint, found num_bigint::BigUint #1

Open
jakeswenson opened this issue May 12, 2024 · 0 comments
Open

Build error expected num::BigUint, found num_bigint::BigUint #1

jakeswenson opened this issue May 12, 2024 · 0 comments

Comments

@jakeswenson
Copy link

I'm getting the build error

expected `num::BigUint`, found `num_bigint::BigUint`

when trying to build this as a dependency for my project...
the line that is failing is:

.cargo/registry/src/index.crates.io-6f17d22bba15001f/warlocks-cauldron-0.26.9/src/providers/internet.rs:88:24
    |
88  |         ipv6::from_int(randbigint(u128::MIN, u128::MAX), 32).expect("Cant create v6 IPAddress!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant