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 cbcba5e commit ab0f92fCopy full SHA for ab0f92f
cargo-pio/Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
readme = "README.md"
12
13
[dependencies]
14
-embuild = { version = "0.30.3", path = "..", features = ["pio"] }
+embuild = { version = "0.31", path = "..", features = ["pio"] }
15
anyhow = {version = "1", features = ["backtrace"]}
16
log = "0.4"
17
env_logger = "0.9"
ldproxy/Cargo.toml
-embuild = { version = "0.30", path = ".." }
+embuild = { version = "0.31", path = ".." }
0 commit comments