summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-09 15:56:32 +0000
committerGitHub <noreply@github.com>2023-02-09 15:56:32 +0000
commitc8cf212219fa988f4fdcd16944fc5117bb957f1b (patch)
treec7772c2f8a5da7606c29620954df114c35f51112
parentb55aca7cbb04c629d61647d82b99467f3b1f0f49 (diff)
parenta25276622cfbfaab19e0d67f13d4847d8b36a8ce (diff)
-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"