Skip to content

Commit ec7967b

Browse files
committed
Merge branch 'add-rpc' into try-out-new-rpc
# Conflicts: # Cargo.toml
2 parents d60fc21 + 1a7bc19 commit ec7967b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ iroh-io = { version = "0.6.0", features = ["stats"] }
3030
iroh-metrics = { version = "0.28.0", default-features = false }
3131
iroh-net = { version = "0.28.1" }
3232
iroh-router = "0.28.0"
33+
nested_enum_utils = { version = "0.1.0", optional = true }
3334
num_cpus = "1.15.0"
34-
nested_enum_utils = { version = "0.1", optional = true }
3535
oneshot = "0.1.8"
3636
parking_lot = { version = "0.12.1", optional = true }
3737
pin-project = "1.1.5"
3838
portable-atomic = { version = "1", optional = true }
3939
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
40-
quinn = { package = "iroh-quinn", version = "0.12", features = ["ring"] }
4140
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "map-transports-not-services", optional = true }
4241
quic-rpc-derive = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "map-transports-not-services", optional = true }
42+
quinn = { package = "iroh-quinn", version = "0.12", features = ["ring"] }
4343
rand = "0.8"
4444
range-collections = "0.4.0"
4545
redb = { version = "2.0.0", optional = true }
@@ -82,9 +82,6 @@ fs-store = ["dep:reflink-copy", "redb", "dep:redb_v1", "dep:tempfile"]
8282
metrics = ["iroh-metrics/metrics"]
8383
redb = ["dep:redb"]
8484
rpc = ["dep:quic-rpc", "dep:quic-rpc-derive", "dep:nested_enum_utils", "dep:strum", "dep:futures-util", "dep:ref-cast", "dep:portable-atomic", "dep:walkdir", "downloader"]
85-
ref-cast = ["dep:ref-cast"]
86-
portable-atomic = ["dep:portable-atomic"]
87-
walkdir = ["dep:walkdir"]
8885

8986
[package.metadata.docs.rs]
9087
all-features = true

0 commit comments

Comments
 (0)