Skip to content

Commit ca584b4

Browse files
authored
Merge pull request #170 from Y-Nak/bump-versions-to-0.1.12
Bump versions to 0.1.12
2 parents 9695010 + 946396c commit ca584b4

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

cameleon/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cameleon"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Cameleon Project Developers"]
55
edition = "2018"
66
license = "MPL-2.0"
@@ -23,8 +23,8 @@ sha-1 = "0.10.0"
2323
async-channel = "1.7.0" # 1.7.0 has added recv_blocking()
2424
tracing = "0.1.26"
2525
auto_impl = "1.0.1"
26-
cameleon-device = { path = "../device", version = "0.1.11" }
27-
cameleon-genapi = { path = "../genapi", version = "0.1.11" }
26+
cameleon-device = { path = "../device", version = "0.1.12" }
27+
cameleon-genapi = { path = "../genapi", version = "0.1.12" }
2828
anyhow = "1.0.40"
2929

3030
[dev-dependencies]

device/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cameleon-device"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2018"
55
authors = ["Cameleon Project Developers"]
66
license = "MPL-2.0"
@@ -18,7 +18,7 @@ thiserror = "1.0.24"
1818
log = "0.4.14"
1919
semver = "1.0.0"
2020
cfg-if = "1.0.0"
21-
cameleon-impl = { path = "../impl", version = "0.1.11" }
21+
cameleon-impl = { path = "../impl", version = "0.1.12" }
2222

2323
rusb = { version = "0.9.0", optional = true }
2424
libusb1-sys = { version = "0.6.0", optional = true }

genapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cameleon-genapi"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2018"
55
authors = ["Cameleon Project Developers"]
66
license = "MPL-2.0"

gentl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cameleon-gentl"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Cameleon Project Developers"]
55
edition = "2018"
66
license = "MPL-2.0"

impl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cameleon-impl"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2018"
55
authors = ["Cameleon Project Developers"]
66
license = "MPL-2.0"
@@ -13,7 +13,7 @@ keywords = ["genicam", "camera"]
1313

1414

1515
[dependencies]
16-
cameleon-impl-macros = { path = "macros", version = "0.1.11" }
16+
cameleon-impl-macros = { path = "macros", version = "0.1.12" }
1717
thiserror = "1.0.24"
1818
semver = "1.0.0"
1919

impl/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cameleon-impl-macros"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
authors = ["Cameleon Project Developers"]
55
edition = "2018"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)