Skip to content

Commit

Permalink
hinawa/hinawa-sys: downgrade crate version to 0.0.90 for pre-release
Browse files Browse the repository at this point in the history
It's pre-release to publish crates in crates.io.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
  • Loading branch information
takaswie committed Jul 7, 2022
1 parent 0bcca73 commit 29a4506
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
====================
hinawa Rust bindings
====================
================================
Rust bindings for hinawa library
================================

2022/05/26
2022/07/07
Takashi Sakamoto

Introduction
Expand All @@ -13,9 +13,13 @@ Introduction

* `<https://github.com/alsa-project/libhinawa>`_

* The crates are available in `crates.io <https://crates.io/>`_ as well.

* 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.90. This is pre-release to publish crates in crates.io.

License
=======

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.6.0"
version = "0.0.90"
# 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.6.0"
version = "0.0.90"
# For publishing.
authors = ["Takashi Sakamoto"]
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
Expand All @@ -20,7 +20,7 @@ name = "hinawa"
[dependencies]
libc = "0.2"
glib = "0.15"
ffi = {package = "hinawa-sys", path = "../hinawa-sys", version = "0.6"}
ffi = {package = "hinawa-sys", path = "../hinawa-sys", version = "0.0"}

[dev-dependencies]
gir-format-check = "^0.1"

0 comments on commit 29a4506

Please sign in to comment.