mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
bump rust versions
This commit is contained in:
parent
bc6305b08e
commit
6bbf15cbd4
@ -5,7 +5,7 @@ license = "Apache-2.0"
|
|||||||
description = "Low-level rust bindings for the notcurses C library."
|
description = "Low-level rust bindings for the notcurses C library."
|
||||||
repository = "https://github.com/dankamongmen/notcurses"
|
repository = "https://github.com/dankamongmen/notcurses"
|
||||||
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
|
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
|
||||||
version = "1.4.4.1"
|
version = "1.4.4"
|
||||||
links = "notcurses"
|
links = "notcurses"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "notcurses"
|
name = "notcurses"
|
||||||
version = "1.4.2"
|
version = "1.4.4"
|
||||||
authors = ["nick black <dankamongmen@gmail.com>"]
|
authors = ["nick black <dankamongmen@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
@ -11,7 +11,7 @@ homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libnotcurses-sys = "^1.4.4.1"
|
libnotcurses-sys = "^1.4.4"
|
||||||
libc = "0.2.66"
|
libc = "0.2.66"
|
||||||
libc-stdhandle = ">= 0.1.0"
|
libc-stdhandle = ">= 0.1.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user