Skip to content

Commit

Permalink
test(quic): fix dep for illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Nov 12, 2024
1 parent d13c194 commit 065769c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test_illumos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TestSolaris
name: TestIllumos

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion compio-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@ compio-runtime = { workspace = true, features = ["criterion"] }

criterion = { workspace = true, features = ["async_tokio"] }
http = "1.1.0"
quinn = "0.11.5"
rand = { workspace = true }
rcgen = "0.13.1"
socket2 = { workspace = true, features = ["all"] }
tokio = { workspace = true, features = ["rt", "macros"] }
tracing-subscriber = { workspace = true, features = ["env-filter"] }

[target.'cfg(not(any(target_os = "illumos", target_os = "solaris")))'.dev-depedencies]
quinn = "0.11.5"

[features]
default = []
io-compat = ["futures-util/io"]
Expand Down

0 comments on commit 065769c

Please sign in to comment.