Skip to content

Commit

Permalink
fix: reverted rust version to 1.83, due to some GitHub runners still …
Browse files Browse the repository at this point in the history
…not supporting 1.84
  • Loading branch information
pjox committed Jan 21, 2025
1 parent f2c032c commit ac7af85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Pedro Ortiz Suarez <[email protected]>"]
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"
Expand Down

0 comments on commit ac7af85

Please sign in to comment.