Skip to content

Commit fb97ad6

Browse files
committed
feat: reduce MSRV as much as possible
1 parent f3e4375 commit fb97ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "cc-downloader"
33
version = "0.6.1"
4-
edition = "2024"
4+
edition = "2021"
55
authors = ["Pedro Ortiz Suarez <pedro@commoncrawl.org>"]
66
description = "A polite and user-friendly downloader for Common Crawl data."
77
license = "MIT OR Apache-2.0"
8-
rust-version = "1.85"
8+
rust-version = "1.81"
99
readme = "README.md"
1010
homepage = "https://commoncrawl.org"
1111
repository = "https://github.com/commoncrawl/cc-downloader"

0 commit comments

Comments
 (0)