Skip to content

Commit 854f9cf

Browse files
committed
new --list-jobs launch option
Also upgrade the notify crate Fix ##51
1 parent 4143d87 commit 854f9cf

File tree

13 files changed

+153
-99
lines changed

13 files changed

+153
-99
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### next
2+
- move to more recent versions of some crates - Fix #51
3+
- `bacon --list-jobs` (or `bacon -l`) lists all available jobs
4+
15
<a name="v1.1.7"></a>
26
### v1.1.7 - 2021/07/11
37
- recognize doc test output - Fix #49

Cargo.lock

Lines changed: 87 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bacon"
3-
version = "1.1.7"
3+
version = "1.1.8-dev"
44
authors = ["dystroy <[email protected]>"]
55
repository = "https://github.com/Canop/bacon"
66
description = "background rust compiler"
@@ -11,19 +11,19 @@ categories = ["command-line-utilities", "development-tools"]
1111
readme = "README.md"
1212

1313
[dependencies]
14-
argh = "0.1.3"
14+
argh = "0.1.5"
1515
anyhow = "1.0"
16-
cargo_metadata = "0.12"
17-
cli-log = "1.1"
16+
cargo_metadata = "0.14"
17+
cli-log = "2.0"
1818
crossbeam = "0.8"
19-
crossterm = "0.19.0"
19+
crossterm = "0.20"
2020
directories-next = "2.0"
21-
minimad = "0.7.0"
22-
notify = "5.0.0-pre.4"
23-
lazy-regex = "2.2"
21+
minimad = "0.8"
22+
notify = "5.0.0-pre.11"
23+
lazy-regex = "2.2.1"
2424
log = "0.4"
2525
serde = { version = "1.0", features = ["derive"] }
26-
termimad = "0.10.0"
26+
termimad = "0.14"
2727
toml = "0.5"
2828
unicode-width = "0.1.8"
2929
vte = "0.8"

0 commit comments

Comments
 (0)