Skip to content

Commit f4d36c4

Browse files
committed
fixup feature flags and bump n0-future
1 parent 869d659 commit f4d36c4

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bytes = { version = "1", features = ["serde"] }
1818
derive_more = { version = "2.0.1", features = ["from", "try_from", "into", "debug", "display", "deref", "deref_mut"] }
1919
futures-lite = "2.6.0"
2020
quinn = { package = "iroh-quinn", version = "0.14.0", optional = true }
21-
n0-future = "0.2.0"
21+
n0-future = "0.3"
2222
n0-snafu = "0.2.2"
2323
range-collections = { version = "0.4.6", features = ["serde"] }
2424
smallvec = { version = "1", features = ["serde", "const_new"] }
@@ -62,6 +62,9 @@ iroh = { version = "0.93", features = ["discovery-local-network"]}
6262
async-compression = { version = "0.4.30", features = ["lz4", "tokio"] }
6363
concat_const = "0.2.0"
6464

65+
[build-dependencies]
66+
cfg_aliases = "0.2.1"
67+
6568
[features]
6669
hide-proto-docs = []
6770
metrics = []
@@ -73,5 +76,10 @@ rpc = ["dep:quinn", "irpc/rpc", "irpc/quinn_endpoint_setup"]
7376
irpc = { git = "https://github.com/n0-computer/irpc", branch = "Frando/varint-feature" }
7477
bao-tree = { git = "https://github.com/n0-computer/bao-tree.git", branch = "Frando/wasm" }
7578

76-
[build-dependencies]
77-
cfg_aliases = "0.2.1"
79+
[[example]]
80+
name = "expiring-tags"
81+
required-features = ["fs-store"]
82+
83+
[[example]]
84+
name = "random_store"
85+
required-features = ["fs-store"]

0 commit comments

Comments
 (0)