From ac7af8512edca3dbe97378acde11ca7aa6909da3 Mon Sep 17 00:00:00 2001 From: Pedro Ortiz Suarez Date: Tue, 21 Jan 2025 23:33:28 +0100 Subject: [PATCH] fix: reverted rust version to 1.83, due to some GitHub runners still not supporting 1.84 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa8f467..0f0f2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Pedro Ortiz Suarez "] description = "A polite and user-friendly downloader for Common Crawl data." license = "MIT OR Apache-2.0" -rust-version = "1.84" +rust-version = "1.83" readme = "README.md" homepage = "https://commoncrawl.org" repository = "https://github.com/commoncrawl/cc-downloader"