Skip to content

Commit

Permalink
Implement optional support for axum 0.8's Listener trait
Browse files Browse the repository at this point in the history
Doing this on the tokio-vsock side is required due to how the orphan rule works
  • Loading branch information
kanpov committed Feb 10, 2025
1 parent 54b6755 commit 20c0841
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ axum08 = { package = "axum", version = "0.8", optional = true, default-features
sha2 = "0.10.6"
rand = "0.8.5"
tokio = { version = "1.34", features = ["macros", "rt", "io-util"] }
tokio-vsock = { path = ".", features = ["axum08"] }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 20c0841

Please sign in to comment.