We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e038f commit 7b289e9Copy full SHA for 7b289e9
crates/core/src/util.rs
@@ -6,6 +6,9 @@ use alloc::string::String;
6
use serde::Deserialize;
7
use serde_json as json;
8
9
+#[cfg(not(feature = "getrandom"))]
10
+use crate::sqlite;
11
+
12
use uuid::Uuid;
13
14
#[cfg(not(feature = "getrandom"))]
0 commit comments