File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,7 @@ tokio-test = { version = "0.4" }
5252tonic = {version = " 0.12.0" , features = [" tls" , " tls-roots" ]} # Use system trust roots.
5353tracing-subscriber = " 0.3"
5454sqlite = " 0.33"
55+
56+ [features ]
57+ default = [" serde_deprecated" ]
58+ serde_deprecated = [] # enables `serde` for composite data structures; see `README.md` for more information
Original file line number Diff line number Diff line change @@ -103,3 +103,7 @@ cargo run
103103
104104Updating these files should only be done when the node's API, determined by the
105105schemas, changes and we need to support the new API in the SDK.
106+
107+ The flag ` serde_deprecated ` guards ` serde::Serialize ` and ` serde::Deserialize `
108+ implementations for composite data structures where these implementations will
109+ eventually be deprecated. Enable the flag to use them.
You can’t perform that action at this time.
0 commit comments