Skip to content

Commit 8bd0014

Browse files
committed
fix binding for publish
1 parent d14ba09 commit 8bd0014

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/raw/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
#![allow(non_snake_case)]
44
#![allow(dead_code)]
55

6-
mod bindings;
6+
pub mod bindings {
7+
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
8+
}
79
pub use self::bindings::*;

0 commit comments

Comments
 (0)