Skip to content

Commit

Permalink
Merge pull request #201 from Y-Nak/bump-version
Browse files Browse the repository at this point in the history
Bump version to `0.1.14`
  • Loading branch information
Y-Nak authored Dec 5, 2024
2 parents b369984 + 15f5fd1 commit 5a9efbc
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.13"
version = "0.1.14"
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.13" }
cameleon-genapi = { path = "../genapi", version = "0.1.13" }
cameleon-device = { path = "../device", version = "0.1.14" }
cameleon-genapi = { path = "../genapi", version = "0.1.14" }
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.13"
version = "0.1.14"
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.13" }
cameleon-impl = { path = "../impl", version = "0.1.14" }

rusb = { version = "0.9.0", optional = true }
libusb1-sys = { version = "0.7.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.13"
version = "0.1.14"
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.13"
version = "0.1.14"
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.13"
version = "0.1.14"
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.13" }
cameleon-impl-macros = { path = "macros", version = "0.1.14" }
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.13"
version = "0.1.14"
authors = ["Cameleon Project Developers"]
edition = "2018"
license = "MPL-2.0"
Expand Down

0 comments on commit 5a9efbc

Please sign in to comment.