Remove dev-dependency on tokio-uring - unneeded
Some checks failed
/ clippy (push) Successful in 2m12s
/ tests (push) Failing after 2m34s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m51s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m54s
/ check (x86_64-unknown-linux-musl) (push) Successful in 1m56s

This commit is contained in:
asonix 2024-04-04 12:53:08 -05:00
parent d97cfe2a64
commit e3183c923f

View file

@ -97,6 +97,3 @@ webpki-roots = "0.26.0"
version = "0.7.10"
default-features = false
features = ["emit_event_on_error", "opentelemetry_0_22"]
[dev-dependencies]
tokio-uring = { version = "0.4", features = ["bytes"] }