Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Nov 11, 2022
1 parent 6176f8b commit 98b4530
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions cameleon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cameleon"
version = "0.1.7"
version = "0.1.8"
authors = ["Cameleon Project Developers"]
edition = "2018"
license = "MPL-2.0"
Expand All @@ -24,8 +24,8 @@ async-std = { version = "1.9.0", features = ["unstable"] }
futures = "0.3.14"
tracing = "0.1.26"
auto_impl = "1.0.1"
cameleon-device = { path = "../device", version = "0.1.7" }
cameleon-genapi = { path = "../genapi", version = "0.1.7" }
cameleon-device = { path = "../device", version = "0.1.8" }
cameleon-genapi = { path = "../genapi", version = "0.1.8" }
anyhow = "1.0.40"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions device/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cameleon-device"
version = "0.1.7"
version = "0.1.8"
edition = "2018"
authors = ["Cameleon Project Developers"]
license = "MPL-2.0"
Expand All @@ -23,7 +23,7 @@ futures = "0.3.14"
lazy_static = "1.4.0"
rand = "0.8.3"
cfg-if = "1.0.0"
cameleon-impl = { path = "../impl", version = "0.1.7" }
cameleon-impl = { path = "../impl", version = "0.1.8" }

rusb = { version = "0.9.0", optional = true }
libusb1-sys = { version = "0.6.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion genapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cameleon-genapi"
version = "0.1.7"
version = "0.1.8"
edition = "2018"
authors = ["Cameleon Project Developers"]
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion gentl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cameleon-gentl"
version = "0.1.7"
version = "0.1.8"
authors = ["Cameleon Project Developers"]
edition = "2018"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cameleon-impl"
version = "0.1.7"
version = "0.1.8"
edition = "2018"
authors = ["Cameleon Project Developers"]
license = "MPL-2.0"
Expand All @@ -13,7 +13,7 @@ keywords = ["genicam", "camera"]


[dependencies]
cameleon-impl-macros = { path = "macros", version = "0.1.7" }
cameleon-impl-macros = { path = "macros", version = "0.1.8" }
thiserror = "1.0.24"
semver = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion impl/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cameleon-impl-macros"
version = "0.1.7"
version = "0.1.8"
authors = ["Cameleon Project Developers"]
edition = "2018"
license = "MPL-2.0"
Expand Down

0 comments on commit 98b4530

Please sign in to comment.