Skip to content

Commit d118596

Browse files
committed
libpfu-logdbg: release 0.1.2
1 parent 9114285 commit d118596

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libpfu-logdbg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libpfu-logdbg"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
description = "Build-log analysis based lints for libPFU"
66
authors.workspace = true

pakfixer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kstring = "2.0.2"
1616
libabbs = { version = "0.1.7", path = "../libabbs" }
1717
libpfu = { version = "0.1.5", path = "../libpfu" }
1818
libpfu-fixers = { version = "0.1.3", path = "../libpfu-fixers" }
19-
libpfu-logdbg = { version = "0.1.1", path = "../libpfu-logdbg" }
19+
libpfu-logdbg = { version = "0.1.2", path = "../libpfu-logdbg" }
2020
libpfu-style = { version = "0.1.2", path = "../libpfu-style" }
2121
log = { version = "0.4.27", features = ["std", "max_level_debug", "release_max_level_info"] }
2222
rayon = "1.10.0"

0 commit comments

Comments
 (0)