Skip to content

Commit

Permalink
0.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jan 9, 2024
1 parent b54f13d commit de2f15a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.15.8

### Enhancements

Expand Down
8 changes: 6 additions & 2 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "console"
description = "A terminal and console abstraction for Rust"
version = "0.15.7"
version = "0.15.8"
keywords = ["cli", "terminal", "colors", "console", "ansi"]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
license = "MIT"
Expand Down Expand Up @@ -36,7 +36,11 @@ features = [

[dev-dependencies]
# Pick a setup for proptest that works with wasi
proptest = { version = "1.0.0", default-features = false, features = ["std", "bit-set", "break-dead-code"] }
proptest = { version = "1.0.0", default-features = false, features = [
"std",
"bit-set",
"break-dead-code",
] }
regex = "1.4.2"

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

0 comments on commit de2f15a

Please sign in to comment.