Skip to content

Commit

Permalink
Update update version of libcamera selected
Browse files Browse the repository at this point in the history
  • Loading branch information
fishrockz committed Dec 20, 2024
1 parent 7d9a3d7 commit e387a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcamera/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::{
use semver::{Comparator, Op, Version};

fn main() {
let libcamera_version = Version::new(0, 3, 2);
let libcamera_version = Version::new(0, 4, 0);

let versioned_files = Path::new("versioned_files");
let mut candidates = std::fs::read_dir(versioned_files)
Expand Down

0 comments on commit e387a69

Please sign in to comment.