We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8a526 commit 01668ebCopy full SHA for 01668eb
espflash/Cargo.toml
@@ -54,7 +54,7 @@ miette = "7.2.0"
54
parse_int = { version = "0.6.0", optional = true }
55
regex = { version = "1.11.0", optional = true }
56
serde = { version = "1.0.210", features = ["derive"] }
57
-serialport = { version = "4.6.0", optional = true }
+serialport = { version = "4.6.0", default-features = false, optional = true }
58
sha2 = "0.10.8"
59
slip-codec = { version = "0.4.0", optional = true }
60
strum = { version = "0.26.3", features = ["derive"] }
@@ -67,7 +67,8 @@ xmas-elf = "0.9.1"
67
libc = "0.2.159"
68
69
[features]
70
-default = ["cli"]
+default = ["cli", "libudev"]
71
+libudev = ["serialport?/libudev"]
72
cli = [
73
"dep:addr2line",
74
"dep:clap",
0 commit comments