Fix reversion error; restore minimum urwidgets version to be 0.2

This commit is contained in:
Daniel Schwarz 2024-04-25 17:12:41 -04:00
parent b97a995dc4
commit c3b6dfd74a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ images = [
# Required to display rich text in the TUI
richtext = [
"urwidgets>=0.1,<0.2"
"urwidgets>=0.2,<0.3"
]
test = [