Skip to content

Commit 5947287

Browse files
committed
fix: don not use rusqlite in clarity-vm without default features
1 parent 0defc11 commit 5947287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stacks-common/src/util/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pub mod log;
1919
#[macro_use]
2020
pub mod macros;
2121
pub mod chunked_encoding;
22+
#[cfg(feature = "canonical")]
2223
pub mod db;
2324
pub mod hash;
2425
pub mod pair;

0 commit comments

Comments
 (0)