Skip to content

Commit de2f15a

Browse files
committed
0.15.8
1 parent b54f13d commit de2f15a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.15.8
44

55
### Enhancements
66

Cargo.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "console"
33
description = "A terminal and console abstraction for Rust"
4-
version = "0.15.7"
4+
version = "0.15.8"
55
keywords = ["cli", "terminal", "colors", "console", "ansi"]
66
authors = ["Armin Ronacher <[email protected]>"]
77
license = "MIT"
@@ -36,7 +36,11 @@ features = [
3636

3737
[dev-dependencies]
3838
# Pick a setup for proptest that works with wasi
39-
proptest = { version = "1.0.0", default-features = false, features = ["std", "bit-set", "break-dead-code"] }
39+
proptest = { version = "1.0.0", default-features = false, features = [
40+
"std",
41+
"bit-set",
42+
"break-dead-code",
43+
] }
4044
regex = "1.4.2"
4145

4246
## These are currently disabled. If you want to play around with the benchmarks

0 commit comments

Comments
 (0)