rust-lang-ja / ac-library-rs

ac-library-rs is a rust port of AtCoder Library (ACL).
Creative Commons Zero v1.0 Universal
225 stars 27 forks source link

Fix the version of `rand` #85

Closed qryxip closed 4 years ago

qryxip commented 4 years ago

To make it compatible with the crate versions on AtCoder.

See: https://github.com/rust-lang-ja/atcoder-rust-base/blob/c61d275ff82a40951e64c771d1680da515b9f421/Cargo.lock

qryxip commented 4 years ago

I'd forgotten dependencies' dev-dependencies are not included in the dep graph...