cogciprocate / ocl

OpenCL for Rust
Other
721 stars 75 forks source link

Remove dependency without license #199

Closed michaelmattig closed 2 years ago

michaelmattig commented 3 years ago

This crate uses old versions of num and rand which in turn depend on a crate named fuchsia-cprng whose source is no longer available and no license is given on crates.io. The command cargo license prints

... N/A (4): fuchsia-cprng

This PR updates the dependencies to remove this dependency. As weak_rng and XOrShift are no longer available in rand, I migrated to SmallRng instead.

c0gent commented 2 years ago

Fixed by #208