Skip to content

Commit bedf09a

Browse files
Bump version to 0.5.2
1 parent 465f42d commit bedf09a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ edition = "2024"
1313
authors = ["Mikhail Vasilyev <mikail.vasilyev@gmail.com>"]
1414
repository = "https://github.com/DanglingPointer/mtorrent"
1515
license = "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

2424
url = "2.5"
2525
reqwest = { version = "0.13", features = ["gzip"], default-features = false }

mtorrent-cli/tests/test_complete_torrent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)