Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Jun 4, 2024
1 parent 110f104 commit ffb3f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures-lite = "2.3.0"
futures-util = { version = "0.3.25", optional = true }
hex = "0.4"
iroh-base = { version = "0.17.0", path = "../iroh-base" }
iroh-blobs = { version = "0.17.0", path = "../iroh-blobs", optional = true }
iroh-blobs = { version = "0.17.0", path = "../iroh-blobs", optional = true, features = ["downloader"] }
iroh-gossip = { version = "0.17.0", path = "../iroh-gossip", optional = true }
iroh-metrics = { version = "0.17.0", path = "../iroh-metrics", optional = true }
iroh-net = { version = "0.17.0", optional = true, path = "../iroh-net" }
Expand Down

0 comments on commit ffb3f5e

Please sign in to comment.