mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
use new msrv field in cargo.toml
This commit is contained in:
parent
a55dcf62a3
commit
11d1f43830
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ version = "0.18.0"
|
||||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||||
description = "blazing fast terminal-ui for git"
|
description = "blazing fast terminal-ui for git"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.50"
|
||||||
exclude = [".github/*",".vscode/*","assets/*"]
|
exclude = [".github/*",".vscode/*","assets/*"]
|
||||||
homepage = "https://github.com/extrawurst/gitui"
|
homepage = "https://github.com/extrawurst/gitui"
|
||||||
repository = "https://github.com/extrawurst/gitui"
|
repository = "https://github.com/extrawurst/gitui"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue