Skip to content

Commit 1b0716f

Browse files
Update clang requirement from 0.24 to 1.0
Updates the requirements on [clang](https://github.com/KyleMayes/clang-rs) to permit the latest version. - [Release notes](https://github.com/KyleMayes/clang-rs/releases) - [Changelog](https://github.com/KyleMayes/clang-rs/blob/master/CHANGELOG.md) - [Commits](KyleMayes/clang-rs@v0.24.0...v0.24.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f7ebeeb commit 1b0716f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ docs-only = []
5959
[build-dependencies]
6060
binding-generator = { package = "opencv-binding-generator", version = "0.19.0", path = "binding-generator", optional = true }
6161
cc = { version = "1.0", features = ["parallel"] }
62-
clang = { version = "0.24", features = ["clang_6_0"], optional = true }
62+
clang = { version = "1.0", features = ["clang_6_0"], optional = true }
6363
glob = "0.3"
6464
jobserver = { version = "0.1", optional = true }
6565
once_cell = "1.0"

binding-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
[lib]
1111

1212
[dependencies]
13-
clang = {version = "0.24", features = ["clang_6_0"]}
13+
clang = {version = "1.0", features = ["clang_6_0"]}
1414
clang-sys = {version = "0.29", features = ["clang_6_0"]}
1515
dunce = "1.0"
1616
maplit = "1.0"

0 commit comments

Comments
 (0)