We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e2442 commit 7c3a0ddCopy full SHA for 7c3a0dd
libcamera-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libcamera-sys"
3
-version = "0.2.2"
+version = "0.2.3"
4
edition = "2021"
5
description = "Low-level unsafe bindings to libcamera"
6
documentation = "https://docs.rs/libcamera-sys"
libcamera/Cargo.toml
name = "libcamera"
description = "Safe Rust bindings for libcamera"
documentation = "https://docs.rs/libcamera"
@@ -14,7 +14,7 @@ readme = "../README.md"
14
bitflags = "2.0.0-rc.2"
15
drm-fourcc = "2.2"
16
libc = "0.2"
17
-libcamera-sys = { path = "../libcamera-sys", version = "0.2.2" }
+libcamera-sys = { path = "../libcamera-sys", version = "0.2.3" }
18
num_enum = "0.6.1"
19
smallvec = "1.10"
20
thiserror = "1.0"
0 commit comments