Codebase list rust-stfu8 / 17859a1
Patch tokio-threadpool to work with rand 0.5 kpcyrd 5 years ago
2 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -42,3 +42,3 @@ version = "1.2"
3 [dependencies.rand]
4 -version = "0.6"
5 +version = "< 0.7, >= 0.5"
6