Skip to content

Commit

Permalink
A new cargo-pio release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 2, 2025
1 parent b36da30 commit dfc87a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-pio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-pio"
version = "0.25.7"
version = "0.26.0"
edition = "2021"
rust-version = "1.58"
authors = ["Ivan Markov <[email protected]>", "Dominik Gschwind <[email protected]>"]
Expand All @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
embuild = { version = "0.32", path = "..", features = ["pio"] }
embuild = { version = "0.33", path = "..", features = ["pio"] }
anyhow = {version = "1", features = ["backtrace"]}
log = "0.4"
env_logger = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion ldproxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
embuild = { version = "0.32", path = ".." }
embuild = { version = "0.33", path = ".." }
anyhow = {version = "1", features = ["backtrace"]}
log = "0.4"
env_logger = "0.9"

0 comments on commit dfc87a0

Please sign in to comment.