diff --git a/Cargo.toml b/Cargo.toml index a5be0ba..d61a42b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "heliport" version = "0.6.0" edition = "2021" +rust-version = "1.71" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -27,7 +28,7 @@ tempfile = { version = "3", optional = true } reqwest = { version = "0.12", features = ["stream"], optional = true } tokio = { version = "1", features = ["io-util", "rt-multi-thread", "signal", "macros"], optional = true } futures-util = { version = "0.3", optional = true } -clap = { version = "4.5", features = ["derive", "wrap_help"], optional = true} +clap = { version = "4.4", features = ["derive", "wrap_help"], optional = true} anyhow = "1.0" rayon = "1.10" itertools = "0.11"