Skip to content

Commit 99876d8

Browse files
authored
Merge branch 'main' into fix-typo-downloader
2 parents 8c6ee94 + a3e5ef3 commit 99876d8

File tree

30 files changed

+1831
-910
lines changed

30 files changed

+1831
-910
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ quinn = { package = "iroh-quinn", version = "0.14.0" }
2121
n0-future = "0.2.0"
2222
n0-snafu = "0.2.0"
2323
range-collections = { version = "0.4.6", features = ["serde"] }
24-
redb = { version = "=2.4" }
2524
smallvec = { version = "1", features = ["serde", "const_new"] }
2625
snafu = "0.8.5"
2726
tokio = { version = "1.43.0", features = ["full"] }
@@ -41,9 +40,10 @@ iroh = "0.91.1"
4140
self_cell = "1.1.0"
4241
genawaiter = { version = "0.99.1", features = ["futures03"] }
4342
iroh-base = "0.91.1"
44-
reflink-copy = "0.1.24"
4543
irpc = { version = "0.7.0", features = ["rpc", "quinn_endpoint_setup", "spans", "stream", "derive"], default-features = false }
4644
iroh-metrics = { version = "0.35" }
45+
redb = { version = "=2.4", optional = true }
46+
reflink-copy = { version = "0.1.24", optional = true }
4747

4848
[dev-dependencies]
4949
clap = { version = "4.5.31", features = ["derive"] }
@@ -64,7 +64,8 @@ iroh = { version = "0.91.1", features = ["discovery-local-network"]}
6464
[features]
6565
hide-proto-docs = []
6666
metrics = []
67-
default = ["hide-proto-docs"]
67+
default = ["hide-proto-docs", "fs-store"]
68+
fs-store = ["dep:redb", "dep:reflink-copy"]
6869

6970
[patch.crates-io]
7071
iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }

0 commit comments

Comments
 (0)