Skip to content

Commit

Permalink
avoid pulling in quinn itself
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed May 8, 2024
1 parent 996b8c4 commit 924754f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 50 deletions.
50 changes: 1 addition & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iroh-docs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tempfile = { version = "3.4" }
iroh-net = { version = "0.15.0", optional = true, path = "../iroh-net" }
tokio-util = { version = "0.7", optional = true, features = ["codec", "io-util", "io"] }
tokio-stream = { version = "0.1", optional = true, features = ["sync"]}
quinn = { version = "0.10", optional = true }
quinn = { package = "iroh-quinn", version = "0.10", optional = true }
futures-util = { version = "0.3.25", optional = true }
lru = "0.12"
self_cell = "1.0.3"
Expand Down

0 comments on commit 924754f

Please sign in to comment.