Commit 5b1528a
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 5b1528a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments