Skip to content

Commit 358ff50

Browse files
committed
Fix to library name.
1 parent afa4a5c commit 358ff50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build = "build.rs"
2222
rust-version = "1.57.0"
2323

2424
[lib]
25-
name = "bindgen"
25+
name = "autocxx_bindgen"
2626
path = "./lib.rs"
2727

2828
[dependencies]

0 commit comments

Comments
 (0)