Skip to content

Commit

Permalink
fix: move rstest to dev-dependencies
Browse files Browse the repository at this point in the history
rstest is only needed for test so move it to dev-dependencies
  • Loading branch information
kxxt committed Feb 6, 2025
1 parent 83e45db commit 7e00ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tui-prompts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ rust-version.workspace = true
itertools.workspace = true
ratatui = { workspace = true, features = ["crossterm"] }
ratatui-macros.workspace = true
rstest.workspace = true

[dev-dependencies]
clap.workspace = true
color-eyre.workspace = true
indoc.workspace = true
rstest.workspace = true
2 changes: 1 addition & 1 deletion tui-scrollview/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ rust-version.workspace = true
indoc.workspace = true
ratatui-core.workspace = true
ratatui-widgets.workspace = true
rstest.workspace = true

[dev-dependencies]
color-eyre.workspace = true
rstest.workspace = true
ratatui = { workspace = true, features = ["crossterm"] }
lipsum = "0.9.1"

Expand Down

0 comments on commit 7e00ac9

Please sign in to comment.