Skip to content

Commit 4b46111

Browse files
Update clang-sys requirement from 0.29 to 1.0
Updates the requirements on [clang-sys](https://github.com/KyleMayes/clang-sys) to permit the latest version. - [Release notes](https://github.com/KyleMayes/clang-sys/releases) - [Changelog](https://github.com/KyleMayes/clang-sys/blob/v0.29.4/CHANGELOG.md) - [Commits](KyleMayes/clang-sys@v0.29.0...v0.29.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 5fb2ec1 commit 4b46111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111

1212
[dependencies]
1313
clang = {version = "0.24", features = ["clang_6_0"]}
14-
clang-sys = {version = "0.29", features = ["clang_6_0"]}
14+
clang-sys = {version = "1.0", features = ["clang_6_0"]}
1515
dunce = "1.0"
1616
maplit = "1.0"
1717
once_cell = "1.0"

0 commit comments

Comments
 (0)