Skip to content

Commit c0b9c55

Browse files
committed
fix: incorrect version in Cargo.toml
1 parent c74504b commit c0b9c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "../README.md"
1616
repository = "https://github.com/rust-lang/rust-bindgen"
1717
documentation = "https://docs.rs/bindgen"
1818
homepage = "https://rust-lang.github.io/rust-bindgen/"
19-
version = "0.69.5"
19+
version = "0.71.1"
2020
build = "build.rs"
2121
rust-version.workspace = true
2222
edition.workspace = true

0 commit comments

Comments
 (0)