Skip to content

Commit

Permalink
MSRV to 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume committed Oct 2, 2024
1 parent 1b6361d commit f6752d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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"
Expand Down

0 comments on commit f6752d9

Please sign in to comment.