We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292b111 commit 563efb2Copy full SHA for 563efb2
src-tauri/build.rs
@@ -28,7 +28,7 @@ fn main() {
28
.expect("Unable to generate bindings");
29
30
// Write the bindings to the $OUT_DIR/bindings.rs file.
31
- let out_path = PathBuf::from("./src/");
+ let out_path = PathBuf::from("./src/chdb/");
32
bindings
33
.write_to_file(out_path.join("bindings.rs"))
34
.expect("Couldn't write bindings!");
0 commit comments