Skip to content

Commit

Permalink
cargo: drop backtrace dep
Browse files Browse the repository at this point in the history
Now that we switched to std::backtrace as part of commit b839b3c
("deps: update to snafu v0.8"), we don't need this dependency anymore.

Signed-off-by: Aleksa Sarai <[email protected]>
  • Loading branch information
cyphar committed Jul 19, 2024
1 parent 53f9aa1 commit f046352
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libpathrs: safe path resolution on Linux
# Copyright (C) 2019-2021 Aleksa Sarai <[email protected]>
# Copyright (C) 2019-2021 SUSE LLC
# Copyright (C) 2019-2024 Aleksa Sarai <[email protected]>
# Copyright (C) 2019-2024 SUSE LLC
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free
Expand Down Expand Up @@ -43,7 +43,6 @@ lto = true
panic = "abort"

[dependencies]
backtrace = "^0.3"
bitflags = "^2"
lazy_static = "^1"
libc = "^0.2"
Expand Down

0 comments on commit f046352

Please sign in to comment.