Codebase list rust-stfu8 / 5a0cfd3
rebase of the patches (and parking isn't necessary anymore) Sylvestre Ledru 5 years ago
1 changed file(s) with 10 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -28,6 +28,6 @@ version = "0.6.3"
3 [dependencies.parking_lot]
4 -version = "0.7"
5 +version = ">= 0.6, < 0.8"
6
7 [dependencies.rand]
0 Index: crossbeam-channel/Cargo.toml
1 ===================================================================
2 --- crossbeam-channel.orig/Cargo.toml
3 +++ crossbeam-channel/Cargo.toml
4 @@ -28,7 +28,7 @@ version = "0.6.5"
5 [dependencies.smallvec]
6 version = "0.6.2"
7 [dev-dependencies.rand]
88 -version = "0.6"
99 +version = ">= 0.5, < 0.7"
1010
11 [dev-dependencies.signal-hook]
12 version = "0.1.5"