Skip to content

Commit abc797b

Browse files
committed
version bumps
1 parent 76b7823 commit abc797b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gphoto2"
33
description = "High-level wrapper for libgphoto2"
4-
version = "3.2.0"
4+
version = "3.2.1"
55
edition = "2021"
66
keywords = ["gphoto2", "gphoto", "libgphoto", "camera", "ffi"]
77
authors = ["Maxicarlos08 <maxicarlos08@gmail.com>"]
@@ -23,7 +23,7 @@ serde = ["dep:serde"]
2323
members = ["libgphoto2-sys", "gphoto2-test"]
2424

2525
[dependencies]
26-
libgphoto2_sys = { path = "libgphoto2-sys", version = "1.1" }
26+
libgphoto2_sys = { path = "libgphoto2-sys", version = "1.2" }
2727
libc = "0.2"
2828
log = "0.4"
2929
crossbeam-channel = "0.5.6"

libgphoto2-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libgphoto2_sys"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
edition = "2021"
55
description = "System bindings to libgphoto2"
66
repository = "https://git.maxicarlos.de/maxicarlos08/gphoto2-rs"

0 commit comments

Comments
 (0)