Use cargo override instead of relative paths

This makes it possible to use `cargo clone` + `cargo build`.
This commit is contained in:
David Tolnay
2016-07-15 01:17:19 -07:00
parent 4ec0a7e672
commit 7220029055
6 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
[dependencies]
serde = { version = "0.7.14", path = "../serde" }
serde = "0.7.14"