Skip to content

Commit 8e4d4d1

Browse files
committed
Fix wasm build regression.
1 parent bcf7a76 commit 8e4d4d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/core/src/util.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ use sqlite_nostd as sqlite;
1111
use sqlite_nostd::ManagedStmt;
1212
use uuid::Uuid;
1313

14+
#[cfg(not(feature = "getrandom"))]
15+
use uuid::Builder;
16+
1417
use crate::error::SQLiteError;
1518

1619
pub fn quote_string(s: &str) -> String {

0 commit comments

Comments
 (0)