Skip to content

Commit

Permalink
Fix build error with backtrace feature enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed May 15, 2024
1 parent a8fab66 commit dccfcaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions procfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ edition.workspace = true
rust-version.workspace = true

[features]
backtrace = ["dep:backtrace", "procfs-core/backtrace"]
default = ["chrono", "flate2", "procfs-core/default"]
serde1 = ["serde", "procfs-core/serde1"]

Expand Down

0 comments on commit dccfcaf

Please sign in to comment.