Skip to content

Commit b0b37a8

Browse files
author
Stephan Dilly
committed
cleanup cargo deplyment
1 parent e5c1fa4 commit b0b37a8

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.14.0"
44
authors = ["Stephan Dilly <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2018"
7-
exclude = [".github/*",".vscode/*"]
7+
exclude = [".github/*",".vscode/*","assets/*"]
88
homepage = "https://github.com/extrawurst/gitui"
99
repository = "https://github.com/extrawurst/gitui"
1010
readme = "README.md"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

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

24-
![](assets/demo.gif)
24+
![](demo.gif)
2525

2626
# Features
2727

assets/demo.gif demo.gif

File renamed without changes.

src/keys.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,8 @@ mod tests {
272272
#[test]
273273
fn test_load_vim_style_example() {
274274
assert_eq!(
275-
KeyConfig::read_file(
276-
"assets/vim_style_key_config.ron".into()
277-
)
278-
.is_ok(),
275+
KeyConfig::read_file("vim_style_key_config.ron".into())
276+
.is_ok(),
279277
true
280278
);
281279
}
File renamed without changes.

0 commit comments

Comments
 (0)