Skip to content

Commit 8f83aac

Browse files
committed
e
1 parent d6e6d4d commit 8f83aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-fs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" }
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
dmds = "0.1"
18+
dmds = { version = "0.1", path = "../" }
1919
async-trait = "0.1"
2020
tokio = { version = "1.34", features = ["fs", "io-util", "time", "rt"] }
2121
futures = { version = "0.3", features = ["executor"] }

0 commit comments

Comments
 (0)