Skip to content

Commit 01e0c88

Browse files
committed
doc: fix build
1 parent 357bc93 commit 01e0c88

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aora"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Append-only random-accessed data persistence"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
66
keywords = ["database", "append-only-log"]
@@ -17,7 +17,6 @@ amplify = { version = "4.8.0", default-features = false, features = ["derive"] }
1717
binfile = { version = "0.2.0", optional = true }
1818
strict_encoding = { version = "2.8.1", optional = true }
1919
indexmap = { version = "2.9.0", optional = true }
20-
log = "0.4.27"
2120

2221
[dev-dependencies]
2322
tempfile = "3.19.1"
@@ -35,5 +34,6 @@ features = ["all"]
3534

3635
[features]
3736
default = ["file-strict"]
37+
all = ["file-strict"]
3838
std = ["amplify/std"]
3939
file-strict = ["std", "strict_encoding", "indexmap", "binfile"]

0 commit comments

Comments
 (0)