Skip to content

Commit 868b17a

Browse files
authored
Merge pull request #2276 from jplatte/bump-bindgen
Upgrade bindgen from 0.58 to 0.61
2 parents 57c86ac + 99fa801 commit 868b17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druid-shell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ tracing-subscriber = { version = "0.3.2", features = ["env-filter"] }
134134
unicode-segmentation = "1.7.0"
135135

136136
[build-dependencies]
137-
bindgen = {version = "0.58", optional = true}
137+
bindgen = { version = "0.61", optional = true }
138138
pkg-config = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)