summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Schrettenbrunner <dev@schrej.net>2022-04-04 23:22:56 +0200
committerGitHub <noreply@github.com>2022-04-04 14:22:56 -0700
commit1e04c4c0795dc6477ff995d38ea67ed1b024b518 (patch)
treeb167c2de46b80a706d15a3c85c0110b3a060a384
parent222e52be3d2c7aeded3b4f0087f37da6967249cd (diff)
Add rust-version to Cargo.toml (#287)
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a871f67a..1140ede6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "atuin"
version = "0.8.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
edition = "2018"
+rust-version = "1.59"
license = "MIT"
description = "atuin - magical shell history"
homepage = "https://atuin.sh"