Skip to content

Commit 7c3a0dd

Browse files
committed
Bump version to v0.2.3
1 parent 56e2442 commit 7c3a0dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libcamera-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libcamera-sys"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
description = "Low-level unsafe bindings to libcamera"
66
documentation = "https://docs.rs/libcamera-sys"

libcamera/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libcamera"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
description = "Safe Rust bindings for libcamera"
66
documentation = "https://docs.rs/libcamera"
@@ -14,7 +14,7 @@ readme = "../README.md"
1414
bitflags = "2.0.0-rc.2"
1515
drm-fourcc = "2.2"
1616
libc = "0.2"
17-
libcamera-sys = { path = "../libcamera-sys", version = "0.2.2" }
17+
libcamera-sys = { path = "../libcamera-sys", version = "0.2.3" }
1818
num_enum = "0.6.1"
1919
smallvec = "1.10"
2020
thiserror = "1.0"

0 commit comments

Comments
 (0)