summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-17 11:15:42 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-17 14:26:49 +0300
commit53ba9fc4a822f9bdc5e951a980af583e94a485f6 (patch)
tree3fce0b121e1cb9033878e007ff0b8602f9df4713 /Cargo.toml
parent26a16affedcb38ce402739a8b67f8306f7c77ba9 (diff)
downloadcachedir-rs-53ba9fc4a822f9bdc5e951a980af583e94a485f6.tar.gz
fix: use published Subplot crates from crates.io
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4a8c290..042f8cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,11 +6,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
-subplotlib = { path = "/home/liw/pers/subplot/git/subplotlib" }
fehler = "1.0.0"
+subplotlib = "0.4.1"
[build-dependencies]
-subplot-build = { path = "/home/liw/pers/subplot/git/subplot-build" }
+subplot-build = "0.4.0"
[dependencies]
anyhow = "1.0.56"