Skip to content

Commit

Permalink
Cargo: Fix serde feature
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed May 27, 2024
1 parent f7adebe commit 0a12577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tokio = { version = "1.37.0", features = ["full"] }
tokio-serial = "5.4.4"
futures = "0.3.30"
clap = { version = "4.5.4", features = ["derive"] }
serde = { version = "1.0", features = ["derive"], default-features = false }
serde = { version = "1.0", features = ["derive"], optional = true }

[dev-dependencies]
tracing-test = "0.2.4"
Expand All @@ -36,4 +36,4 @@ serde_json = "1.0.64"

[features]
local_runner = []
serde = []
default = ["serde"]

0 comments on commit 0a12577

Please sign in to comment.