From 81c0e1c3fcffd758abddd5328760b2ba2b18b3a9 Mon Sep 17 00:00:00 2001 From: OMGeeky <39029799+OMGeeky@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:59:02 +0200 Subject: [PATCH] Update Cargo.toml downloader_config version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b487d4..39142ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -downloader_config = { version="0.3.0", git = "https://github.com/OMGeeky/downloader_config" } +downloader_config = { git = "https://github.com/OMGeeky/downloader_config" } exponential_backoff = { git = "https://github.com/OMGeeky/exponential_backoff" }