chore: remove path deps for tokio-macros 2.7.0 (#8007)

This commit is contained in:
Alice Ryhl
2026-04-03 11:10:55 +02:00
committed by GitHub
parent 0af06b7bab
commit 95b9342da7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ quote = "1"
syn = { version = "2.0", features = ["full"] }
[dev-dependencies]
tokio = { version = "1.0.0", path = "../tokio", features = ["full", "test-util"] }
tokio = { version = "1.0.0", features = ["full", "test-util"] }
[package.metadata.docs.rs]
all-features = true
+1 -1
View File
@@ -90,7 +90,7 @@ io-uring = ["dep:io-uring", "libc", "mio/os-poll", "mio/os-ext", "dep:slab"]
taskdump = ["dep:backtrace"]
[dependencies]
tokio-macros = { version = "~2.7.0", path = "../tokio-macros", optional = true }
tokio-macros = { version = "~2.7.0", optional = true }
pin-project-lite = "0.2.11"