diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 4903695e2a..231145a107 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -10,6 +10,7 @@ license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" readme = "../README.md" version.workspace = true +rust-version = "1.83.0" [dependencies] # NOTE: We need to specify the version of lychee-lib here because crates.io diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 53fbffa33f..0058a78587 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -10,6 +10,7 @@ license = "Apache-2.0 OR MIT" repository = "https://github.com/lycheeverse/lychee" readme = "../README.md" version.workspace = true +rust-version = "1.83.0" [dependencies] async-stream = "0.3.6"