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 078ff87 commit a669eafCopy full SHA for a669eaf
wundergraph/src/third_party_integrations/mod.rs
@@ -1,4 +1,4 @@
1
#[cfg(feature = "chrono")]
2
mod chrono;
3
-#[cfg(feature = "uuid")]
+#[cfg(all(feature = "uuid", feature = "postgres"))]
4
mod uuid;
0 commit comments