Replace outdated Ubuntu 20.04 with 20.04.2.0.

This commit is contained in:
Nick Zana 2021-03-14 12:36:56 -04:00
parent 7a50ac33ab
commit b2d43ef941

View File

@ -18,7 +18,7 @@ async fn main() -> Result<()> {
client = TransClient::new(&url); client = TransClient::new(&url);
} }
let add: TorrentAddArgs = TorrentAddArgs { let add: TorrentAddArgs = TorrentAddArgs {
filename: Some("https://releases.ubuntu.com/20.04/ubuntu-20.04-desktop-amd64.iso.torrent".to_string()), filename: Some("https://releases.ubuntu.com/20.04/ubuntu-20.04.2.0-desktop-amd64.iso.torrent".to_string()),
..TorrentAddArgs::default() ..TorrentAddArgs::default()
}; };
let res: RpcResponse<TorrentAdded> = client.torrent_add(add).await?; let res: RpcResponse<TorrentAdded> = client.torrent_add(add).await?;