Skip to content

Commit

Permalink
Raise minimum support Rust version to 1.74.0
Browse files Browse the repository at this point in the history
This is required by clap 4.5.0.
  • Loading branch information
zaeleus committed Jul 8, 2024
1 parent 8d71ed5 commit 8ce77ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fq"
version = "0.11.0"
authors = ["Michael Macias <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"
license = "MIT"
publish = false

Expand All @@ -16,7 +16,7 @@ anyhow = "1.0.31"
bbloom = { git = "https://github.com/zaeleus/bbloom.git", tag = "v0.1.0" }
bitvec = "1.0.0"
bytecount = { version = "0.6.2", features = ["runtime-dispatch-simd"] }
clap = { version = "4.0.3", features = ["derive", "string"] }
clap = { version = "4.5.8", features = ["derive", "string"] }
flate2 = "1.0.14"
git-testament = "0.2.0"
rand = { version = "0.8.1", features = ["small_rng"] }
Expand Down

0 comments on commit 8ce77ba

Please sign in to comment.