forked from rust-num/num-bigint
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Compiler warning when building with tapo v0.8.7
The package `num-bigint-dig v0.8.4` currently triggers the following future incompatibility lints:
> warning: macro `vec` is private
> --> /home/felix/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.4/src/biguint.rs:490:22
> |
> 490 | BigUint::new(vec![1])
> | ^^^
> |
> = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
> = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
At time of writing this seems to be an issue with the rsa dependency which is still not fixed in the latest version 0.99
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels