We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2938698 commit a8d0e56Copy full SHA for a8d0e56
Cargo.toml
@@ -34,7 +34,7 @@ byteorder = "1"
34
futures = "0.1"
35
log = "0.4"
36
sodiumoxide = "0.2.2"
37
-nom = { git = "https://github.com/Geal/nom.git" }
+nom = "5.0"
38
cookie-factory = "0.2"
39
get_if_addrs = "0.5"
40
parking_lot = "0.8"
src/toxcore/dht/codec.rs
@@ -380,6 +380,7 @@ mod tests {
380
#[test]
381
fn codec_is_clonable() {
382
crypto_init().unwrap();
383
+
384
let stats = Stats::new();
385
let codec = DhtCodec::new(stats);
386
let _codec_c = codec.clone();
0 commit comments