Skip to content

Replace rand 0.5 with rand_os 0.1

Robin Krahl requested to merge robin.krahl/users:use-rand-os into master

redox_users only uses the OsRng struct which has been moved to the rand_os crate. Therefore, the rand dependency is no longer needed. Depending on rand_os instead of rand would make it easier to package this crate for Debian.

Merge request reports