mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
rust: update dependency cstr_core; fixes #898
This commit is contained in:
parent
9e6e884a49
commit
59546eaf40
@ -21,8 +21,7 @@ keywords = ["tui", "cli", "terminal", "ncurses", "ffi"]
|
||||
[dependencies]
|
||||
libc = {version = "0.2.74", default-features = false}
|
||||
cty = "0.2.1"
|
||||
# cstr_core = "0.2" # waiting for the next version after 0.2.0
|
||||
cstr_core = {git= "https://github.com/Amanieu/cstr_core"}
|
||||
cstr_core = "0.2.1"
|
||||
libc-print = "0.1.13"
|
||||
|
||||
[build-dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user