Skip to content

Commit 8ce77ba

Browse files
committed
Raise minimum support Rust version to 1.74.0
This is required by clap 4.5.0.
1 parent 8d71ed5 commit 8ce77ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fq"
33
version = "0.11.0"
44
authors = ["Michael Macias <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.70.0"
6+
rust-version = "1.74.0"
77
license = "MIT"
88
publish = false
99

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

0 commit comments

Comments
 (0)