'numeric crate has requirement hdf5-sys = "^0.3.2" which is not found

I'm trying to use numeric and added it to dependencies:

[dependencies]
numeric = "0.1.4"

I get the following error:

Updating crates.io index
error: failed to select a version for the requirement `hdf5-sys = "^0.3.2"`
candidate versions found which didn't match: 0.8.1, 0.8.0, 0.7.1, ...
location searched: crates.io index
required by package `numeric v0.1.4`
    ... which satisfies dependency `numeric = "^0.1.4"`

When checking on docs.rs, the dependency link for 'hdf5-sys = "^0.3.0"' leads to "The requested version does not exist".

I'm not familiar with Rust documentation, but it doesn't seem deprecated.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source