Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
Fix #267
  • Loading branch information
mikaelmello committed Sep 29, 2024
1 parent c6d2cf8 commit fd977d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [Unreleased] <!-- ReleaseDate -->

- No changes since the latest release below.
- Removed unused dependency (newline-converter).

## [0.7.5] - 2024-04-23

Expand Down
1 change: 0 additions & 1 deletion inquire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ fuzzy-matcher = { version = "0.3.7", default-features = false, optional = true }

bitflags = "2"
dyn-clone = "1"
newline-converter = "0.3"
once_cell = "1.18.0"
unicode-segmentation = "1"
unicode-width = "0.1"
Expand Down
1 change: 1 addition & 0 deletions inquire/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
//! [`Editor`]: crate::Editor

#![warn(missing_docs)]
#![deny(unused_crate_dependencies)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(clippy::bool_to_int_with_if)]
mod ansi;
Expand Down

0 comments on commit fd977d1

Please sign in to comment.