Codebase list rust-libslirp / 2602970
patch the rand min version Sylvestre Ledru 5 years ago
2 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: extprim/Cargo.toml
1 ===================================================================
2 --- extprim.orig/Cargo.toml
3 +++ extprim/Cargo.toml
4 @@ -26,7 +26,7 @@ repository = "https://github.com/kennytm
5 version = "0.2"
6
7 [dependencies.rand]
8 -version = "0.4"
9 +version = "0.5"
10 optional = true
11
12 [dependencies.serde]