mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-19 06:04:40 +01:00
fix tokio-uring version
This commit is contained in:
parent
f2cacc4c9d
commit
8abcb94512
@ -40,8 +40,9 @@ percent-encoding = "2.1"
|
|||||||
pin-project-lite = "0.2.7"
|
pin-project-lite = "0.2.7"
|
||||||
|
|
||||||
# experimental-io-uring
|
# experimental-io-uring
|
||||||
tokio-uring = { version = "0.2", optional = true, features = ["bytes"] }
|
[target.'cfg(target_os = "linux")'.dependencies]
|
||||||
actix-server = "2.1" # ensure matching tokio-uring versions
|
tokio-uring = { version = "0.3", optional = true, features = ["bytes"] }
|
||||||
|
actix-server = { version = "2.1", optional = true } # ensure matching tokio-uring versions
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = "2.7"
|
actix-rt = "2.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user