Skip to content

Commit ab0f92f

Browse files
committed
New release
1 parent cbcba5e commit ab0f92f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cargo-pio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212

1313
[dependencies]
14-
embuild = { version = "0.30.3", path = "..", features = ["pio"] }
14+
embuild = { version = "0.31", path = "..", features = ["pio"] }
1515
anyhow = {version = "1", features = ["backtrace"]}
1616
log = "0.4"
1717
env_logger = "0.9"

ldproxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212

1313
[dependencies]
14-
embuild = { version = "0.30", path = ".." }
14+
embuild = { version = "0.31", path = ".." }
1515
anyhow = {version = "1", features = ["backtrace"]}
1616
log = "0.4"
1717
env_logger = "0.9"

0 commit comments

Comments
 (0)