X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Cargo.toml;h=853123eea913c5ad331eb526f0143a005f4285ab;hb=HEAD;hp=49c32e509e9ee6ae6b54fb41f7f4883374e75704;hpb=5e224596cfdf9ad9413536482224e2fe79b9e387;p=bcachefs-tools-debian diff --git a/Cargo.toml b/Cargo.toml index 49c32e5..853123e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,14 +3,13 @@ name = "bcachefs-tools" version = "0.3.1" authors = ["Yuxuan Shui ", "Kayla Firestack ", "Kent Overstreet " ] edition = "2021" -rust-version = "1.65" +rust-version = "1.70" [[bin]] name = "bcachefs" path = "src/bcachefs.rs" [dependencies] -atty = "0.2.14" log = { version = "0.4", features = ["std"] } colored = "2" clap = { version = "4.0.32", features = ["derive", "wrap_help"] }