Skip to content

Commit d90cdd1

Browse files
GentleGentle
andauthored
make _pydantic_core._pydantic_core pub for static linking (#1820)
Co-authored-by: Gentle <[email protected]>
1 parent a51a753 commit d90cdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub fn build_info() -> String {
107107
}
108108

109109
#[pymodule(gil_used = false)]
110-
mod _pydantic_core {
110+
pub mod _pydantic_core {
111111
#[allow(clippy::wildcard_imports)]
112112
use super::*;
113113

0 commit comments

Comments
 (0)