Skip to content

Commit

Permalink
bump release version up to v0.6.0
Browse files Browse the repository at this point in the history
It's time for the new release.

Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed May 26, 2022
1 parent ad1dd76 commit 5a7e88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions hinawa-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ links = "hinawa"
name = "hinawa-sys"
repository = "https://github.com/alsa-project/hinawa-rs/"
rust-version = "1.57"
version = "0.5.0"
version = "0.6.0"
[package.metadata.docs.rs]
features = ["dox"]
[package.metadata.system-deps.hinawa]
name = "hinawa"
version = "2.4"
version = "2.5"

[lib]
name = "hinawa_sys"
Expand All @@ -39,7 +39,3 @@ tempfile = "3"

[features]
dox = []
v2_1 = []
v2_2 = []
v2_3 = []
v2_4 = []
4 changes: 2 additions & 2 deletions hinawa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ license = "MIT"
name = "hinawa"
repository = "https://github.com/alsa-project/hinawa-rs/"
rust-version = "1.57"
version = "0.5.0"
version = "0.6.0"

[lib]
name = "hinawa"

[dependencies]
libc = "0.2"
glib = "0.15"
ffi = {package = "hinawa-sys", path = "../hinawa-sys", version = "0.5"}
ffi = {package = "hinawa-sys", path = "../hinawa-sys", version = "0.6"}

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

0 comments on commit 5a7e88c

Please sign in to comment.