File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cameleon"
3- version = " 0.1.11 "
3+ version = " 0.1.12 "
44authors = [" Cameleon Project Developers" ]
55edition = " 2018"
66license = " MPL-2.0"
@@ -23,8 +23,8 @@ sha-1 = "0.10.0"
2323async-channel = " 1.7.0" # 1.7.0 has added recv_blocking()
2424tracing = " 0.1.26"
2525auto_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 " }
2828anyhow = " 1.0.40"
2929
3030[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " cameleon-device"
3- version = " 0.1.11 "
3+ version = " 0.1.12 "
44edition = " 2018"
55authors = [" Cameleon Project Developers" ]
66license = " MPL-2.0"
@@ -18,7 +18,7 @@ thiserror = "1.0.24"
1818log = " 0.4.14"
1919semver = " 1.0.0"
2020cfg-if = " 1.0.0"
21- cameleon-impl = { path = " ../impl" , version = " 0.1.11 " }
21+ cameleon-impl = { path = " ../impl" , version = " 0.1.12 " }
2222
2323rusb = { version = " 0.9.0" , optional = true }
2424libusb1-sys = { version = " 0.6.0" , optional = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " cameleon-genapi"
3- version = " 0.1.11 "
3+ version = " 0.1.12 "
44edition = " 2018"
55authors = [" Cameleon Project Developers" ]
66license = " MPL-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " cameleon-gentl"
3- version = " 0.1.11 "
3+ version = " 0.1.12 "
44authors = [" Cameleon Project Developers" ]
55edition = " 2018"
66license = " MPL-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " cameleon-impl"
3- version = " 0.1.11 "
3+ version = " 0.1.12 "
44edition = " 2018"
55authors = [" Cameleon Project Developers" ]
66license = " 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 " }
1717thiserror = " 1.0.24"
1818semver = " 1.0.0"
1919
Original file line number Diff line number Diff line change 11[package ]
22name = " cameleon-impl-macros"
3- version = " 0.1.11 "
3+ version = " 0.1.12 "
44authors = [" Cameleon Project Developers" ]
55edition = " 2018"
66license = " MPL-2.0"
You can’t perform that action at this time.
0 commit comments