Skip to content

Commit 43d95ed

Browse files
committedOct 29, 2024·
Bump version
1 parent caf06f8 commit 43d95ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Low-level unsafe bindings to libcamera"
66
documentation = "https://docs.rs/libcamera-sys"

‎libcamera/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libcamera"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Safe Rust bindings for libcamera"
66
documentation = "https://docs.rs/libcamera"

0 commit comments

Comments
 (0)
Please sign in to comment.