Skip to content

Commit

Permalink
[bump] Bump version for bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Jan 30, 2024
1 parent 1e23102 commit 51ae25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraw-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mozjpeg-sys = { version = "1.0", optional = true, features = ["jpeg80_abi"], re
openmp-sys = { version = "1.2.3", optional = true }

[build-dependencies]
bindgen = { version = "0.65.1", optional = true }
bindgen = { version = "0.69", optional = true }
pkg-config = "0.3.26"
cc = { version = "1.0.73", features = ["parallel"]}
shellexpand = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ libraw_r = { path = "../libraw-rs/" }

[dev-dependencies]
libraw_r = { path = "../libraw-rs/" }
criterion = { version = "0.4.0", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }

[[bench]]
name = "libraw"
Expand Down

0 comments on commit 51ae25e

Please sign in to comment.