Workaround for "no bin target named serde_derive_tests_no_std"

This commit is contained in:
David Tolnay
2017-07-20 23:31:47 -07:00
parent 1c2a4bff1c
commit 4f2e8d5dbb
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -7,3 +7,5 @@ publish = false
libc = { version = "0.2", default-features = false }
serde = { path = "../../serde", default-features = false }
serde_derive = { path = "../../serde_derive" }
[workspace]