rust-lang / jobserver-rs

Apache License 2.0
68 stars 42 forks source link

Bump rand #10

Closed andjo403 closed 5 years ago

andjo403 commented 5 years ago

added the support of multiple revisions so it is possible to select the version of rand to depend on e.g. if an old rustc shall be supported.

do not know if it is a good idea to do this as it gets harder to maintain this crate if something new from rand is used that is not part of the older revision.

alexcrichton commented 5 years ago

Thanks for the PR! I'm a little scared though of having such a wide version range, but perhaps this PR could just update the version requirement on rand?

andjo403 commented 5 years ago

done