ff icon indicating copy to clipboard operation
ff copied to clipboard

bump rand to v0.8

Open lightsing opened this issue 4 years ago • 0 comments

Since rand v0.5, the trait rand::Rand is deprecated. This pull request shows a possible way to upgrade the rand dep. Marker trait is used to avoid huge change to the trait.

(As cargo fmt runs, there are several changes which are not related with this change.

lightsing avatar Jun 15 '21 13:06 lightsing