Skip to content

Commit 3698886

Browse files
committed
cfallocate feature
1 parent 763797f commit 3698886

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

crates/dst/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version.workspace = true
44
edition.workspace = true
55
rust-version.workspace = true
66

7+
[features]
8+
default = ["fallocate"]
9+
fallocate = ["spacetimedb-commitlog/fallocate"]
10+
711
[dependencies]
812
anyhow.workspace = true
913
clap.workspace = true

0 commit comments

Comments
 (0)