Update Cargo.toml

downloader_config version
This commit is contained in:
OMGeeky
2023-04-15 19:59:02 +02:00
committed by GitHub
parent d375e0e448
commit 81c0e1c3fc

View File

@@ -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" }