mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-28 23:07:55 +00:00
Use cargo override instead of relative paths
This makes it possible to use `cargo clone` + `cargo build`.
This commit is contained in:
+3
-3
@@ -14,13 +14,13 @@ build = "build.rs"
|
||||
nightly-testing = ["clippy", "serde/nightly-testing", "serde_codegen/nightly-testing"]
|
||||
|
||||
[build-dependencies]
|
||||
serde_codegen = { version = "*", path = "../serde_codegen", features = ["with-syntex"] }
|
||||
serde_codegen = { version = "*", features = ["with-syntex"] }
|
||||
|
||||
[dev-dependencies]
|
||||
fnv = "1.0"
|
||||
rustc-serialize = "^0.3.16"
|
||||
serde = { version = "*", path = "../serde" }
|
||||
serde_test = { version = "*", path = "../serde_test" }
|
||||
serde = "*"
|
||||
serde_test = "*"
|
||||
|
||||
[dependencies]
|
||||
clippy = { version = "^0.*", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user