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

[Bug]: Compiling with recent versions of Rust result in warnings about code that will be rejected in the future #17

Open
rcook opened this issue Sep 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rcook
Copy link

rcook commented Sep 3, 2024

What happened?

Building this package with recent versions of Rust (e.g. rustc 1.80.1) reports the following warning:

warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint v0.1.44, num-complex v0.1.43, num-rational v0.1.42

This turns out to be caused by the package's dependency on an outdated version of unrar (link), i.e. version 0.4.4.

Upgrading to a more recent version such as [email protected] should fix this warning.

What type of Operating System?

macOS, Linux, Windows, Other

Steps to produce this issue.

Check out and clone this package's repository:

$ rustup show
Default host: x86_64-pc-windows-msvc
rustup home:  [REDACTED]

stable-x86_64-pc-windows-msvc (default)
rustc 1.80.1 (3f5fd8dd4 2024-08-06)
$ git clone https://github.com/rusty-ferris-club/decompress.git
$ cd decompress
$ cargo build
@rcook rcook added the bug Something isn't working label Sep 3, 2024
rcook added a commit to rcook/decompress that referenced this issue Sep 3, 2024
@github-staff github-staff deleted a comment from maher-nakesh Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant