Skip to content

Commit

Permalink
hinawa/hinawa-sys: bump crate version to 0.7.0 for official release
Browse files Browse the repository at this point in the history
It's official release in crates.io.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
  • Loading branch information
takaswie committed Jul 14, 2022
1 parent 821b738 commit 7a2396e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Rust bindings for hinawa library
================================

2022/07/08
2022/07/14
Takashi Sakamoto

Introduction
Expand All @@ -18,7 +18,7 @@ Introduction
* Unfortunately, it includes no support for ``libhinawa 1`` or former (``Hinawa-2.0.gir`` or
``Hinawa-1.0.gir``) as well as sound unit support deprecated at libhinawa v2.5.0.

* The latest release is version 0.0.91. This is pre-release to publish crates in crates.io.
* The latest release is version 0.7.0.

Crates
======
Expand Down
2 changes: 1 addition & 1 deletion hinawa-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build = "build.rs"
edition = "2018"
links = "hinawa"
name = "hinawa-sys"
version = "0.0.91"
version = "0.7.0"
# For publishing.
authors = ["Takashi Sakamoto"]
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]
Expand Down
4 changes: 2 additions & 2 deletions hinawa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "hinawa"
version = "0.0.91"
version = "0.7.0"
# For publishing.
authors = ["Takashi Sakamoto"]
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
Expand All @@ -22,7 +22,7 @@ name = "hinawa"
[dependencies]
libc = "0.2"
glib = "0.15"
ffi = {package = "hinawa-sys", path = "../hinawa-sys", version = "0.0.91"}
ffi = {package = "hinawa-sys", path = "../hinawa-sys", version = "0.7.0"}

[dev-dependencies]
gir-format-check = "^0.1"
Expand Down
2 changes: 1 addition & 1 deletion hinawa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the following line to your Cargo.toml file:

```toml
[dependencies]
hinawa = "0.0.91"
hinawa = "0.7.0"
```

The API documentation is available in <https://docs.rs/hinawa/>.
Expand Down

0 comments on commit 7a2396e

Please sign in to comment.