Commit d1c5fa3
committed
fix: Add
With a recent breaking update in serde (PR open-telemetry#2976), the `Deserialize`
derive attribute now requires `std` support in order to compile due to
some internal logic inside of serde now being moved behind a feature
gate.std feature to serde to fix linting issues1 parent 80b5dcb commit d1c5fa3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments