Skip to content

Commit

Permalink
fix: Remove unneded crossterm feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Nov 21, 2022
1 parent e42e800 commit c237599
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.1.3] - 2022-11-21

### Fixed

- Disable unneded crossterm `bracketed-paste` feature.

## [6.1.2] - 2022-10-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ debug = []
integration_test = []

[dependencies]
crossterm = { version = "0.25", optional = true }
crossterm = { version = "0.25", optional = true, default-features = false }
strum = "0.24"
strum_macros = "0.24"
unicode-width = "0.1"
Expand Down

0 comments on commit c237599

Please sign in to comment.