From 11d1f43830ff60ff5d9e9d056d024cd29f4118dc Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 14 Nov 2021 15:23:06 +0100 Subject: [PATCH] use new msrv field in cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 17e11791..a9736a6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.18.0" authors = ["Stephan Dilly "] description = "blazing fast terminal-ui for git" edition = "2018" +rust-version = "1.50" exclude = [".github/*",".vscode/*","assets/*"] homepage = "https://github.com/extrawurst/gitui" repository = "https://github.com/extrawurst/gitui"