From 946396cba6c4238b3f1fad9781f37a45bc6c30ab Mon Sep 17 00:00:00 2001 From: Yoshitomo Nakanishi Date: Tue, 29 Aug 2023 11:18:23 +0200 Subject: [PATCH] Bump versions to 0.1.12 --- cameleon/Cargo.toml | 6 +++--- device/Cargo.toml | 4 ++-- genapi/Cargo.toml | 2 +- gentl/Cargo.toml | 2 +- impl/Cargo.toml | 4 ++-- impl/macros/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cameleon/Cargo.toml b/cameleon/Cargo.toml index 34c3a6db..d369f6e5 100644 --- a/cameleon/Cargo.toml +++ b/cameleon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cameleon" -version = "0.1.11" +version = "0.1.12" authors = ["Cameleon Project Developers"] edition = "2018" license = "MPL-2.0" @@ -23,8 +23,8 @@ sha-1 = "0.10.0" async-channel = "1.7.0" # 1.7.0 has added recv_blocking() tracing = "0.1.26" auto_impl = "1.0.1" -cameleon-device = { path = "../device", version = "0.1.11" } -cameleon-genapi = { path = "../genapi", version = "0.1.11" } +cameleon-device = { path = "../device", version = "0.1.12" } +cameleon-genapi = { path = "../genapi", version = "0.1.12" } anyhow = "1.0.40" [dev-dependencies] diff --git a/device/Cargo.toml b/device/Cargo.toml index b7875915..1a570877 100644 --- a/device/Cargo.toml +++ b/device/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cameleon-device" -version = "0.1.11" +version = "0.1.12" edition = "2018" authors = ["Cameleon Project Developers"] license = "MPL-2.0" @@ -18,7 +18,7 @@ thiserror = "1.0.24" log = "0.4.14" semver = "1.0.0" cfg-if = "1.0.0" -cameleon-impl = { path = "../impl", version = "0.1.11" } +cameleon-impl = { path = "../impl", version = "0.1.12" } rusb = { version = "0.9.0", optional = true } libusb1-sys = { version = "0.6.0", optional = true } diff --git a/genapi/Cargo.toml b/genapi/Cargo.toml index ac7b6592..674cd805 100644 --- a/genapi/Cargo.toml +++ b/genapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cameleon-genapi" -version = "0.1.11" +version = "0.1.12" edition = "2018" authors = ["Cameleon Project Developers"] license = "MPL-2.0" diff --git a/gentl/Cargo.toml b/gentl/Cargo.toml index 39b0674a..1c3cf55c 100644 --- a/gentl/Cargo.toml +++ b/gentl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cameleon-gentl" -version = "0.1.11" +version = "0.1.12" authors = ["Cameleon Project Developers"] edition = "2018" license = "MPL-2.0" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 4646f5d8..2a27bee1 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cameleon-impl" -version = "0.1.11" +version = "0.1.12" edition = "2018" authors = ["Cameleon Project Developers"] license = "MPL-2.0" @@ -13,7 +13,7 @@ keywords = ["genicam", "camera"] [dependencies] -cameleon-impl-macros = { path = "macros", version = "0.1.11" } +cameleon-impl-macros = { path = "macros", version = "0.1.12" } thiserror = "1.0.24" semver = "1.0.0" diff --git a/impl/macros/Cargo.toml b/impl/macros/Cargo.toml index 0b286e2b..e7ab40b5 100644 --- a/impl/macros/Cargo.toml +++ b/impl/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cameleon-impl-macros" -version = "0.1.11" +version = "0.1.12" authors = ["Cameleon Project Developers"] edition = "2018" license = "MPL-2.0"