Skip to content

Commit acc4dfd

Browse files
committed
Release 0.2.13
1 parent d5fa4c0 commit acc4dfd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-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.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ptools"
3-
version = "0.2.12"
3+
version = "0.2.13"
44
edition = "2021"
55
description = "Utilities for inspecting Linux processes"
66
readme = "README.md"
@@ -24,7 +24,6 @@ codegen-units = 1 # Tends to produce the smallest binaries (tradeoff: slower bui
2424
panic = "abort" # Save size. We don't need unwinding anyway.
2525
debug = "limited" # Debug info without type or variable-level information, making backtraces meaningful without the full size hit.
2626
strip = "symbols" # Strips symbol table to reduce size, while still leaving enough info for backtraces.
27-
2827
# TODO is there any way to remove the ability to display backtraces? This would
2928
# likely shave another 50K or so off the binary size, and may not be necessary
3029
# if systems are typically configured to dump core on SIGABRT

0 commit comments

Comments
 (0)