Skip to content

Commit

Permalink
fix fuzzing test cases to follow ratatui v0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 7, 2024
1 parent abc2b7d commit 9b86d54
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 93 deletions.
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bench = false

[dependencies]
tui-textarea = { path = "..", features = ["no-backend", "search"] }
ratatui = { version = ">=0.23.0", default-features = false }
ratatui = { version = ">=0.28.0", default-features = false }

[dev-dependencies]
criterion = "0.5"
Expand Down
164 changes: 72 additions & 92 deletions fuzz/Cargo.lock

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

0 comments on commit 9b86d54

Please sign in to comment.