Skip to content

Commit d1ea3eb

Browse files
committed
version 1.2.0
1 parent 4e919d0 commit d1ea3eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bacon"
3-
version = "1.1.9-dev"
3+
version = "1.2.0"
44
authors = ["dystroy <[email protected]>"]
55
repository = "https://github.com/Canop/bacon"
66
description = "background rust compiler"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ This doesn't prevent vim from keeping copies during editions, it just changes th
165165

166166
### Can I get backtraces in tests ?
167167

168-
To have the backtrace displayed when a test panics, run
168+
When bacon finds a suggestion to run cargo with backtrace, it suggests you in the status line to toggle backtraces.
169169

170-
RUST_BACKTRACE=1 bacon test
170+
Hit <kbd>t</kbd> to have the backtrace of the error.
171171

172172
### Why "bacon" ?
173173

0 commit comments

Comments
 (0)