Skip to content

Commit

Permalink
version 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Apr 22, 2023
1 parent be8c984 commit 2579625
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### next
<a name="v2.8.1"></a>
### v2.8.1 - 2023/04/22
- color rendering of cargo test - Fix #124

<a name="v2.8.0"></a>
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bacon"
version = "2.8.1-dev"
version = "2.8.1"
authors = ["dystroy <[email protected]>"]
repository = "https://github.com/Canop/bacon"
description = "background rust compiler"
Expand Down
1 change: 0 additions & 1 deletion src/keybindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ fn test_deserialize_keybindings() {
conf.keybindings.get(key!(alt - q)),
Some(&Action::Internal(Internal::Quit)),
);

assert_eq!(
conf.keybindings.get(key!(alt - p)),
Some(&Action::Job(JobRef::Previous)),
Expand Down

0 comments on commit 2579625

Please sign in to comment.