Skip to content

Commit 9c08813

Browse files
committed
enable rpc feature by default
1 parent 387c68c commit 9c08813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ futures-util = "0.3.30"
9696
testdir = "0.9.1"
9797

9898
[features]
99-
default = ["fs-store", "net_protocol"]
99+
default = ["fs-store", "net_protocol", "rpc"]
100100
downloader = ["dep:parking_lot", "tokio-util/time", "dep:hashlink"]
101101
net_protocol = ["downloader", "dep:futures-util"]
102102
fs-store = ["dep:reflink-copy", "redb", "dep:tempfile"]

0 commit comments

Comments
 (0)