Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exclude = [
libraries = [{ path = "dylints/*" }]

[workspace.package]
version = "2.5.3"
version = "2.5.4"
edition = "2021"
rust-version = "1.94.1"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -152,7 +152,7 @@ owo-colors = "4"
# `AsyncBrokerSession::adopt`). The `core` feature stays on for process
# containment. `RUNNING_PROCESS_DISABLE=1` still selects the legacy direct
# loopback-HTTP path (see crates/fbuild-daemon/src/broker).
running-process = { version = "4.6.0", default-features = false, features = ["client-async"] }
running-process = { version = "4.6.1", default-features = false, features = ["client-async"] }

[profile.dev]
debug = "line-tables-only"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fbuild"
version = "2.5.3"
version = "2.5.4"
description = "PlatformIO-compatible embedded build tool (Rust implementation)"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading