Skip to content

Commit

Permalink
Merge pull request #170 from Y-Nak/bump-versions-to-0.1.12
Browse files Browse the repository at this point in the history
Bump versions to 0.1.12
  • Loading branch information
Y-Nak authored Aug 29, 2023
2 parents 9695010 + 946396c commit ca584b4
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.11"
version = "0.1.12"
authors = ["Cameleon Project Developers"]
edition = "2018"
license = "MPL-2.0"
Expand All @@ -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]
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.11"
version = "0.1.12"
edition = "2018"
authors = ["Cameleon Project Developers"]
license = "MPL-2.0"
Expand All @@ -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 }
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.11"
version = "0.1.12"
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.11"
version = "0.1.12"
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.11"
version = "0.1.12"
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.11" }
cameleon-impl-macros = { path = "macros", version = "0.1.12" }
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.11"
version = "0.1.12"
authors = ["Cameleon Project Developers"]
edition = "2018"
license = "MPL-2.0"
Expand Down

0 comments on commit ca584b4

Please sign in to comment.