From 5374d599d29dfca1c09e00b5e166bd2aab1fa7c1 Mon Sep 17 00:00:00 2001 From: crazystylus Date: Tue, 9 Nov 2021 17:08:26 +0530 Subject: [PATCH] Add rust-version attribute (#297) --- Cargo.toml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1bc158..61c00d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,14 @@ [package] -name = "zoxide" -version = "0.7.9" authors = ["Ajeet D'Souza <98ajeet@gmail.com>"] -edition = "2018" -description = "A smarter cd command for your terminal" -repository = "https://github.com/ajeetdsouza/zoxide" -license = "MIT" -keywords = ["cli"] categories = ["command-line-utilities", "filesystem"] +description = "A smarter cd command for your terminal" +edition = "2018" +keywords = ["cli"] +license = "MIT" +name = "zoxide" +repository = "https://github.com/ajeetdsouza/zoxide" +rust-version = "1.56" +version = "0.7.9" [badges] maintenance = { status = "actively-developed" } @@ -29,8 +30,8 @@ tempfile = "3.1.0" [target.'cfg(windows)'.dependencies] rand = { version = "0.8.4", features = [ - "getrandom", - "small_rng", + "getrandom", + "small_rng", ], default-features = false } [build-dependencies]