Skip to content

Commit

Permalink
Prepare for new release (#352)
Browse files Browse the repository at this point in the history
- Update dependencies
- Increase version number to 0.3.0
  • Loading branch information
sholderbach authored Mar 16, 2022
1 parent 2eea8fa commit c0543b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
21 changes: 9 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reedline"
version = "0.2.0"
version = "0.3.0"
authors = ["JT <jonathan.d.turner@gmail.com>"]
edition = "2021"
description = "A readline-like crate for CLI text input"
Expand All @@ -19,13 +19,13 @@ path = "src/main.rs"
chrono = "0.4.19"
clipboard = { version = "0.5.0", optional = true }
crossterm = { version = "0.23.0", features = ["serde"] }
nu-ansi-term = "0.42.0"
nu-ansi-term = "0.45.0"
serde = { version = "1.0", features = ["derive"] }
unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"
strip-ansi-escapes = "0.1.1"
strum = "0.23"
strum_macros = "0.23"
strum = "0.24"
strum_macros = "0.24"
fd-lock = "3.0.3"

[dev-dependencies]
Expand Down

0 comments on commit c0543b8

Please sign in to comment.