summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindgen/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml
index bc53be5d..c2e8543b 100644
--- a/bindgen/Cargo.toml
+++ b/bindgen/Cargo.toml
@@ -22,7 +22,7 @@ rust-version = "1.60.0"
[lib]
name = "bindgen"
-path = "./lib.rs"
+path = "lib.rs"
[dependencies]
bitflags = "1.0.3"