Skip to content

Commit 0555900

Browse files
committed
Enable serialport for cli through its feature
1 parent cd49141 commit 0555900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

espflash/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ xmas-elf = "0.9.1"
6161
libc = "0.2.153"
6262

6363
[features]
64-
default = ["cli", "serialport"]
64+
default = ["cli"]
6565
cli = [
6666
"dep:addr2line",
6767
"dep:clap",
@@ -79,7 +79,7 @@ cli = [
7979
"dep:lazy_static",
8080
"dep:parse_int",
8181
"dep:regex",
82-
"dep:serialport",
8382
"dep:update-informer",
83+
"serialport",
8484
]
8585
serialport = ["dep:serialport"]

0 commit comments

Comments
 (0)