We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d95ed commit 2e8303aCopy full SHA for 2e8303a
libcamera/Cargo.toml
@@ -25,11 +25,11 @@ vendor_rpi = []
25
bitflags = "2.0.0-rc.2"
26
drm-fourcc = "2.2"
27
libc = "0.2"
28
-libcamera-sys = { path = "../libcamera-sys", version = "0.2.3", default-features = false }
+libcamera-sys = { path = "../libcamera-sys", version = "0.3.0", default-features = false }
29
num_enum = "0.6.1"
30
smallvec = "1.10"
31
thiserror = "1.0"
32
33
[build-dependencies]
34
-libcamera-sys = { path = "../libcamera-sys", version = "0.2.3" }
+libcamera-sys = { path = "../libcamera-sys", version = "0.3.0" }
35
semver = "1.0.22"
0 commit comments