Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0b9c55

Browse files
committedFeb 5, 2025··
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)
Please sign in to comment.