We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b0324 commit bbf6e8dCopy full SHA for bbf6e8d
sqlglotrs/Cargo.toml
@@ -19,7 +19,7 @@ default = []
19
profiling = ["serde", "serde_json"]
20
21
[dependencies]
22
-# https://www.maturin.rs/distribution.html#cross-compile-to-windows
+# https://www.maturin.rs/distribution.html#cross-compile-to-windows - explains `features`
23
pyo3 = { version ="0.25", features = ["extension-module", "generate-import-lib"] }
24
rustc-hash = { version = "2.1" }
25
0 commit comments