Skip to content

Commit 3314a57

Browse files
committed
all: dump crate version to 0.0.92 for pre-release take 3
It's pre-release take 3 to publish crates in crates.io. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
1 parent 62eec6d commit 3314a57

File tree

16 files changed

+23
-23
lines changed

16 files changed

+23
-23
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Introduction
1414

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

17-
* The latest release is version 0.0.99. This is pre-release to publish crates in crates.io.
17+
* The latest release is version 0.0.92. This is pre-release to publish crates in crates.io.
1818

1919
License
2020
=======

alsactl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build = "build.rs"
33
edition = "2018"
44
links = "alsactl"
55
name = "alsactl-sys"
6-
version = "0.0.91"
6+
version = "0.0.92"
77
# For publishing.
88
authors = ["Takashi Sakamoto"]
99
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]

alsactl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "alsactl"
4-
version = "0.0.91"
4+
version = "0.0.92"
55
# For publishing.
66
authors = ["Takashi Sakamoto"]
77
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
@@ -22,7 +22,7 @@ name = "alsactl"
2222
libc = "0.2"
2323
bitflags = "1.0"
2424
glib = "0.15"
25-
ffi = {package = "alsactl-sys", path = "../alsactl-sys", version = "0.0.91" }
25+
ffi = {package = "alsactl-sys", path = "../alsactl-sys", version = "0.0.92" }
2626

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

alsactl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following line to your Cargo.toml file:
1515

1616
```toml
1717
[dependencies]
18-
alsactl = "0.0.91"
18+
alsactl = "0.0.92"
1919
```
2020

2121
The API documentation is available in <https://docs.rs/alsactl/>.

alsahwdep-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build = "build.rs"
33
edition = "2018"
44
links = "alsahwdep"
55
name = "alsahwdep-sys"
6-
version = "0.0.91"
6+
version = "0.0.92"
77
# For publishing.
88
authors = ["Takashi Sakamoto"]
99
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]

alsahwdep/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "alsahwdep"
4-
version = "0.0.91"
4+
version = "0.0.92"
55
# For publishing.
66
authors = ["Takashi Sakamoto"]
77
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
@@ -22,7 +22,7 @@ name = "alsahwdep"
2222
libc = "0.2"
2323
bitflags = "1.0"
2424
glib = "0.15"
25-
ffi = {package = "alsahwdep-sys", path = "../alsahwdep-sys", version = "0.0.91" }
25+
ffi = {package = "alsahwdep-sys", path = "../alsahwdep-sys", version = "0.0.92" }
2626

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

alsahwdep/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following line to your Cargo.toml file:
1515

1616
```toml
1717
[dependencies]
18-
alsahwdep = "0.0.91"
18+
alsahwdep = "0.0.92"
1919
```
2020

2121
The API documentation is available in <https://docs.rs/alsahwdep/>.

alsarawmidi-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build = "build.rs"
33
edition = "2018"
44
links = "alsarawmidi"
55
name = "alsarawmidi-sys"
6-
version = "0.0.91"
6+
version = "0.0.92"
77
# For publishing.
88
authors = ["Takashi Sakamoto <o-takashi@sakamocchi.jp>"]
99
categories = ["external-ffi-bindings", "hardware-support", "os::linux-apis"]

alsarawmidi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "alsarawmidi"
4-
version = "0.0.91"
4+
version = "0.0.92"
55
# For publishing.
66
authors = ["Takashi Sakamoto"]
77
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
@@ -23,7 +23,7 @@ libc = "0.2"
2323
bitflags = "1.0"
2424
glib = "0.15"
2525

26-
ffi = {package = "alsarawmidi-sys", path = "../alsarawmidi-sys", version = "0.0.91" }
26+
ffi = {package = "alsarawmidi-sys", path = "../alsarawmidi-sys", version = "0.0.92" }
2727

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

alsarawmidi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following line to your Cargo.toml file:
1515

1616
```toml
1717
[dependencies]
18-
alsarawmidi = "0.0.91"
18+
alsarawmidi = "0.0.92"
1919
```
2020

2121
The API documentation is available in <https://docs.rs/alsarawmidi/>.

0 commit comments

Comments
 (0)