Skip to content

Commit

Permalink
change dep to crates.io dmds
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Dec 5, 2023
1 parent d28bb50 commit de45575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dmds = { path = "../" }
dmds = "0.1"
async-trait = "0.1"
tokio = { version = "1.34", features = ["fs", "io-util", "time", "rt"] }
futures = { version = "0.3", features = ["executor"] }
Expand Down

0 comments on commit de45575

Please sign in to comment.