Skip to content

Commit

Permalink
hinawa/hinawa-sys: dump crate version to 0.0.91 for pre-release take 2
Browse files Browse the repository at this point in the history
It's pre-release take 2 to publish crates in crates.io.
  • Loading branch information
takaswie committed Jul 8, 2022
1 parent 3a9a44b commit 955e8ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
13 changes: 2 additions & 11 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/07
2022/07/08
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.90. This is pre-release to publish crates in crates.io.
* The latest release is version 0.0.91. This is pre-release to publish crates in crates.io.

License
=======
Expand All @@ -45,12 +45,3 @@ Examples
========

See ``hinawa/examples`` directory.

How to generate FFI and API crates
==================================

::

$ ./generator.py

end
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.90"
version = "0.0.91"
# 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.90"
version = "0.0.91"
# 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"}
ffi = {package = "hinawa-sys", path = "../hinawa-sys", version = "0.0.91"}

[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.90"
hinawa = "0.0.91"
```

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

0 comments on commit 955e8ee

Please sign in to comment.