zrepl status: bump tcell version to fix "terminal entry not found" error

tcell 1.2 seems to fix a similar error to #204 :
https://github.com/gdamore/tcell/issues/252

fixes #204
This commit is contained in:
Christian Schwarz
2019-08-08 09:41:42 +02:00
parent ff18181064
commit c4be60c29f
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ required = [
[[constraint]]
name = "github.com/gdamore/tcell"
version = "1.0.0"
version = "1.2.0"
[[constraint]]
name = "google.golang.org/grpc"