Skip to content

Commit a18642f

Browse files
Update bindgen requirement from 0.61 to 0.62
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.61.0...v0.62.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b3b54d commit a18642f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swiftnav-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "LGPL-3.0"
1010
rust-version = "1.56.1"
1111

1212
[build-dependencies]
13-
bindgen = "0.61"
13+
bindgen = "0.62"
1414
cmake = "0.1.46"
1515

1616
[features]

0 commit comments

Comments
 (0)