From 5a7e88c4b801df4e988acfcf502745dc8c802834 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Thu, 26 May 2022 21:30:19 +0900 Subject: [PATCH] bump release version up to v0.6.0 It's time for the new release. Signed-off-by: Takashi Sakamoto --- hinawa-sys/Cargo.toml | 8 ++------ hinawa/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/hinawa-sys/Cargo.toml b/hinawa-sys/Cargo.toml index b9259f2..da927e6 100644 --- a/hinawa-sys/Cargo.toml +++ b/hinawa-sys/Cargo.toml @@ -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" @@ -39,7 +39,3 @@ tempfile = "3" [features] dox = [] -v2_1 = [] -v2_2 = [] -v2_3 = [] -v2_4 = [] diff --git a/hinawa/Cargo.toml b/hinawa/Cargo.toml index 26e185a..f161238 100644 --- a/hinawa/Cargo.toml +++ b/hinawa/Cargo.toml @@ -6,7 +6,7 @@ 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" @@ -14,7 +14,7 @@ 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"