Skip to content

Commit

Permalink
Switch to latest bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 4, 2021
1 parent 8354984 commit a57258e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Build | Fmt Check
run: cargo fmt -- --check
- name: Build | Clippy
run: cargo clippy --no-deps --workspace
run: cargo clippy --no-deps --workspace -- -Dwarnings
- name: Build | Compile
run: cargo build --workspace
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["cargo-pio", "ldproxy"]

[package]
name = "embuild"
version = "0.25.4"
version = "0.26.0"
authors = ["Ivan Markov <[email protected]>", "Dominik Gschwind <[email protected]>"]
edition = "2018"
categories = ["embedded", "development-tools::build-utils"]
Expand All @@ -24,7 +24,7 @@ serde_json = "1"
ureq = "2.1"
toml = "0.5"
cargo_toml = "0.9"
bindgen = "0.57"
bindgen = "0.59.2"
xmas-elf = "0.8"
bitflags = "1.3"
shlex = "1.0"
Expand Down
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.24.3"
version = "0.25.0"
edition = "2018"
authors = ["Ivan Markov <[email protected]>", "Dominik Gschwind <[email protected]>"]
categories = ["embedded", "development-tools::cargo-plugins"]
Expand All @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
embuild = { version = "0.25", path = ".." }
embuild = { version = "0.26", path = ".." }
anyhow = {version = "1", features = ["backtrace"]}
log = "0.4"
env_logger = "0.8"
Expand Down
4 changes: 2 additions & 2 deletions ldproxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ldproxy"
version = "0.2.1"
version = "0.3.0"
edition = "2018"
authors = ["Ivan Markov <[email protected]>", "Dominik Gschwind <[email protected]>"]
categories = ["embedded", "command-line-utilities"]
Expand All @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
embuild = { version = "0.25", path = ".." }
embuild = { version = "0.26", path = ".." }
anyhow = {version = "1", features = ["backtrace"]}
log = "0.4"
env_logger = "0.8"

0 comments on commit a57258e

Please sign in to comment.