Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
And bump the msrv to `1.70.0` and ratatui to `0.24.0`
  • Loading branch information
TheAwiteb committed Oct 27, 2023
1 parent 6828f3c commit 9750042
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "ratatui-textarea"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
rust-version = "1.68.2"
rust-version = "1.70.0"
authors = ["Awiteb <awiteb@hotmail.com>", "rhysd <lin90162@yahoo.co.jp>"]
description = """
ratatui is a simple yet powerful text editor widget for ratatui. Multi-line
Expand All @@ -25,10 +25,10 @@ search = ["dep:regex"]

[dependencies]
crossterm = { package = "crossterm", version = "0.27", optional = true }
regex = { version = "1.9.5", optional = true }
termion = { version = "2.0.1", optional = true }
regex = { version = "1.10.2", optional = true }
termion = { version = "2.0", optional = true }
arbitrary = { version = "1.3.0", features = ["derive"], optional = true }
ratatui = { version = "0.23", default-features = false, optional = true }
ratatui = { version = "0.24", default-features = false, optional = true }

[[example]]
name = "minimal"
Expand Down

0 comments on commit 9750042

Please sign in to comment.