Skip to content

Compiler warning when building with tapo v0.8.7 #68

@felixwatts

Description

@felixwatts

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions