File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ edition = "2024"
1313authors = [" Mikhail Vasilyev <mikail.vasilyev@gmail.com>" ]
1414repository = " https://github.com/DanglingPointer/mtorrent"
1515license = " Apache-2.0"
16- version = " 0.5.1 "
16+ version = " 0.5.2 "
1717
1818[workspace .dependencies ]
19- mtorrent-core = { path = " mtorrent-core" , version = " 0.5.1 " }
20- mtorrent-dht = { path = " mtorrent-dht" , version = " 0.5.1 " }
21- mtorrent-utils = { path = " mtorrent-utils" , version = " 0.5.1 " }
22- mtorrent = { path = " mtorrent" , version = " 0.5.1 " }
19+ mtorrent-core = { path = " mtorrent-core" , version = " 0.5.2 " }
20+ mtorrent-dht = { path = " mtorrent-dht" , version = " 0.5.2 " }
21+ mtorrent-utils = { path = " mtorrent-utils" , version = " 0.5.2 " }
22+ mtorrent = { path = " mtorrent" , version = " 0.5.2 " }
2323
2424url = " 2.5"
2525reqwest = { version = " 0.13" , features = [" gzip" ], default-features = false }
Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ async fn listening_peer<P: Peer>(
454454 | io:: ErrorKind :: AddrNotAvailable
455455 ) =>
456456 {
457- eprintln ! ( "Couldn't create listener on {listening_addr}" )
457+ eprintln ! ( "Couldn't create listener on {listening_addr}: {e:?}" ) ;
458458 }
459459 Err ( e) => panic ! ( "{e:?}" ) ,
460460 }
You can’t perform that action at this time.
0 commit comments