guarantee serde is in lockstep with serde_derive

This commit is contained in:
soqb
2023-08-21 00:53:22 +01:00
parent 3c7dd6fc1e
commit 2ea7e1300f
7 changed files with 149 additions and 0 deletions
@@ -0,0 +1,12 @@
[package]
name = "dummy_dependant"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { path = "../../../serde" }
# `workspace.exclude` does not seem to work with doubly nested paths.
[workspace]
@@ -0,0 +1 @@