Skip to content

Commit

Permalink
Fix required features
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ authored and SergioGasquez committed Jan 11, 2024
1 parent bc93514 commit eee4cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[[bin]]
name = "espflash"
path = "./src/bin/espflash.rs"
required-features = ["cli, serialport"]
required-features = ["cli", "serialport"]

[dependencies]
addr2line = { version = "0.21.0", optional = true }
Expand Down

0 comments on commit eee4cac

Please sign in to comment.