mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-21 15:02:40 +03:00
cleanup cargo deplyment
This commit is contained in:
parent
e5c1fa4ae9
commit
b0b37a84e4
@ -4,7 +4,7 @@ version = "0.14.0"
|
||||
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
||||
description = "blazing fast terminal-ui for git"
|
||||
edition = "2018"
|
||||
exclude = [".github/*",".vscode/*"]
|
||||
exclude = [".github/*",".vscode/*","assets/*"]
|
||||
homepage = "https://github.com/extrawurst/gitui"
|
||||
repository = "https://github.com/extrawurst/gitui"
|
||||
readme = "README.md"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
<h5 align="center">Blazing fast terminal client for git written in Rust</h1>
|
||||
|
||||
![](assets/demo.gif)
|
||||
![](demo.gif)
|
||||
|
||||
# Features
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
@ -272,9 +272,7 @@ mod tests {
|
||||
#[test]
|
||||
fn test_load_vim_style_example() {
|
||||
assert_eq!(
|
||||
KeyConfig::read_file(
|
||||
"assets/vim_style_key_config.ron".into()
|
||||
)
|
||||
KeyConfig::read_file("vim_style_key_config.ron".into())
|
||||
.is_ok(),
|
||||
true
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user