Skip to content

Commit

Permalink
bump to v3.0.3
Browse files Browse the repository at this point in the history
- bump libnotcurses-sys to `v3.6.2`.
- minor fixes for `Cargo.toml`.
  • Loading branch information
joseluis committed Jul 25, 2022
1 parent bc52217 commit 9f6d6ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notcurses"
version = "3.0.2"
version = "3.0.3"
edition = "2021"
rust-version = "1.58.1"
authors = ["José Luis Cruz <[email protected]>", "nick black <[email protected]>"]
Expand All @@ -14,19 +14,19 @@ categories = [
"command-line-interface",
"visualization",
"rendering",
]
]
keywords = ["tui", "cli", "terminal", "ncurses"]
include = [
"src/**/*rs",
"examples/hello-world.rs",
"Cargo.toml",
"LICENSE-*",
"README.md",
"/src/**/*rs",
"/examples/hello-world.rs",
"/Cargo.toml",
"/LICENSE-*",
"/README.md",
]
publish = true

[dependencies]
libnotcurses-sys = "3.6.1"
libnotcurses-sys = "3.6.2"

# libnotcurses-sys = { path = "../libnotcurses-sys" }
# libnotcurses-sys = { git = "https://github.com/dankamongmen/libnotcurses-sys" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn main() -> Result<()> {
```

## Status of the library
Current version `3.0.2` is compatible with notcurses `3.0.8`.
Current version `3.0.3` is compatible with notcurses `3.0.8`.

*Current major version `3` is considered a development version*.

Expand Down

0 comments on commit 9f6d6ca

Please sign in to comment.