Bump bear-lib-terminal version

There is a new major release of `bear-lib-terminal` which I think was motivated by a small (but technically breaking) change I requested (<https://github.com/nabijaczleweli/BearLibTerminal.rs/pull/8>). Anyway, just bumping the version to 2.0 seems to work alright.
This commit is contained in:
Henry 2019-01-19 18:04:39 +01:00 committed by GitHub
parent 1534e5fdf6
commit 0f4985c4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ version = "1.0"
[dependencies.bear-lib-terminal] [dependencies.bear-lib-terminal]
optional = true optional = true
version = "1.4" version = "2.0"
[dependencies.ncurses] [dependencies.ncurses]
features = ["wide"] features = ["wide"]