Merge pull request #482 from ihabunek/fix_urwidgets_dep

Fix reversion error; restore minimum urwidgets version to be 0.2
This commit is contained in:
Ivan Habunek 2024-06-08 09:33:08 +02:00 committed by GitHub
commit 31501a84a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [