Skip to content
Snippets Groups Projects
Commit f4088a75 authored by Ian Jackson's avatar Ian Jackson
Browse files

Fix config version

This matches Cargo.lock.  I suspect a mismerge in arti!478.
parent fbf5e8dc
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ tracing = "0.1.18"
directories = { version = "4", optional = true }
[dev-dependencies]
config = { version = "0.12.0", default-features = false, features = ["toml"] }
config = { version = "0.13", default-features = false, features = ["toml"] }
dirs = "4.0.0"
rmp-serde = "1"
serde_json = "1.0.50"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment