Skip to content

Commit

Permalink
cleanup cargo deplyment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Apr 11, 2021
1 parent e5c1fa4 commit b0b37a8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<h5 align="center">Blazing fast terminal client for git written in Rust</h1>

![](assets/demo.gif)
![](demo.gif)

# Features

Expand Down
File renamed without changes
6 changes: 2 additions & 4 deletions src/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,8 @@ mod tests {
#[test]
fn test_load_vim_style_example() {
assert_eq!(
KeyConfig::read_file(
"assets/vim_style_key_config.ron".into()
)
.is_ok(),
KeyConfig::read_file("vim_style_key_config.ron".into())
.is_ok(),
true
);
}
Expand Down
File renamed without changes.

0 comments on commit b0b37a8

Please sign in to comment.