Change tracker type to be url::Url in most places
This commit is contained in:
parent
3eb1558451
commit
d709557372
4 changed files with 27 additions and 24 deletions
|
|
@ -188,7 +188,7 @@ pub struct ManagedTorrentShared {
|
|||
pub id: TorrentId,
|
||||
pub info_hash: Id20,
|
||||
pub(crate) spawner: BlockingSpawner,
|
||||
pub trackers: HashSet<String>,
|
||||
pub trackers: HashSet<url::Url>,
|
||||
pub peer_id: Id20,
|
||||
pub span: tracing::Span,
|
||||
pub(crate) options: ManagedTorrentOptions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue