aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-11-05 17:12:23 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-11-05 17:12:23 +0900
commite748821d762a3e0b0b245c401e55004f3875d7f3 (patch)
treef68e090af30cbc3f066938ddf501970ca507c20e
parentc1db41b0620e7fbbcfc8f5a76d804b4b400f7e98 (diff)
downloadhinawa-rs-e748821d762a3e0b0b245c401e55004f3875d7f3.tar.gz
bump release version to 0.9.1v0.9.1
It's time to release micro release with document fixes. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--Cargo.toml2
-rw-r--r--README.rst4
-rw-r--r--hinawa/Cargo.toml4
-rw-r--r--hinawa/sys/Cargo.toml2
4 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9bb4d3b..2527cc9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,6 @@ default-members = [
[workspace.metadata.library.hinawa]
repository = "https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/"
purpose = """
-operate OHCI 1394 hardware via Linux FireWire character device for asynchronous communication in
+operate 1394 OHCI hardware via Linux FireWire character device for asynchronous communication in
IEEE 1394 bus.
"""
diff --git a/README.rst b/README.rst
index 36c4bfe..ed2b138 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
Rust bindings for hinawa library
================================
-2023/10/29
+2023/11/05
Takashi Sakamoto
Introduction
@@ -18,7 +18,7 @@ Introduction
* Inconveniently, it includes no support for ``libhinawa`` v2.6.1 or former, which provides
``Hinawa-3.0.gir``, ``Hinawa-2.0.gir``, and ``Hinawa-1.0.gir``.
-* The latest release is version 0.9.0.
+* The latest release is version 0.9.1.
Crates
======
diff --git a/hinawa/Cargo.toml b/hinawa/Cargo.toml
index a4e3dda..ebe45f4 100644
--- a/hinawa/Cargo.toml
+++ b/hinawa/Cargo.toml
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "hinawa"
-version = "0.9.0"
+version = "0.9.1"
# For publishing.
authors = ["Takashi Sakamoto"]
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
@@ -22,7 +22,7 @@ name = "hinawa"
[dependencies]
libc = "0.2"
glib = "0.15"
-ffi = {package = "hinawa-sys", path = "sys", version = "0.9.0"}
+ffi = {package = "hinawa-sys", path = "sys", version = "0.9.1"}
[dev-dependencies]
gir-format-check = "^0.1"
diff --git a/hinawa/sys/Cargo.toml b/hinawa/sys/Cargo.toml
index f62ec6e..ee9338e 100644
--- a/hinawa/sys/Cargo.toml
+++ b/hinawa/sys/Cargo.toml
@@ -3,7 +3,7 @@ build = "build.rs"
edition = "2018"
links = "hinawa"
name = "hinawa-sys"
-version = "0.9.0"
+version = "0.9.1"
# For publishing.
authors = ["Takashi Sakamoto"]
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]