From 1e04c4c0795dc6477ff995d38ea67ed1b024b518 Mon Sep 17 00:00:00 2001 From: Jakob Schrettenbrunner Date: Mon, 4 Apr 2022 23:22:56 +0200 Subject: [PATCH] Add rust-version to Cargo.toml (#287) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a871f67..1140ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "atuin" version = "0.8.0" authors = ["Ellie Huxtable "] edition = "2018" +rust-version = "1.59" license = "MIT" description = "atuin - magical shell history" homepage = "https://atuin.sh"