Skip to content

Commit

Permalink
fix: add required-features field for recorder example
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Feb 15, 2024
1 parent fe04e7b commit 9f3291e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ tokio-test = "0.4"
approx = "0.5"
rmp-serde = "1.1"
console = "0.15"

[[example]]
name = "recorder"
required-features = ["serde"]

0 comments on commit 9f3291e

Please sign in to comment.