Skip to content

Commit 98b4530

Browse files
committed
chore: Release
1 parent 6176f8b commit 98b4530

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.7"
3+
version = "0.1.8"
44
authors = ["Cameleon Project Developers"]
55
edition = "2018"
66
license = "MPL-2.0"
@@ -24,8 +24,8 @@ async-std = { version = "1.9.0", features = ["unstable"] }
2424
futures = "0.3.14"
2525
tracing = "0.1.26"
2626
auto_impl = "1.0.1"
27-
cameleon-device = { path = "../device", version = "0.1.7" }
28-
cameleon-genapi = { path = "../genapi", version = "0.1.7" }
27+
cameleon-device = { path = "../device", version = "0.1.8" }
28+
cameleon-genapi = { path = "../genapi", version = "0.1.8" }
2929
anyhow = "1.0.40"
3030

3131
[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.7"
3+
version = "0.1.8"
44
edition = "2018"
55
authors = ["Cameleon Project Developers"]
66
license = "MPL-2.0"
@@ -23,7 +23,7 @@ futures = "0.3.14"
2323
lazy_static = "1.4.0"
2424
rand = "0.8.3"
2525
cfg-if = "1.0.0"
26-
cameleon-impl = { path = "../impl", version = "0.1.7" }
26+
cameleon-impl = { path = "../impl", version = "0.1.8" }
2727

2828
rusb = { version = "0.9.0", optional = true }
2929
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.7"
3+
version = "0.1.8"
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.7"
3+
version = "0.1.8"
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.7"
3+
version = "0.1.8"
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.7" }
16+
cameleon-impl-macros = { path = "macros", version = "0.1.8" }
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.7"
3+
version = "0.1.8"
44
authors = ["Cameleon Project Developers"]
55
edition = "2018"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)