mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
maint/deps ~ refactor/rename pinned 'backtrace' with leading '_' to show lack of local use
This commit is contained in:
parent
09abcf8cbe
commit
6880938955
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ whoami = { optional=true, path="src/uu/whoami" }
|
|||
yes = { optional=true, path="src/uu/yes" }
|
||||
#
|
||||
# * transitive dependency via 'failure'; pin to <= v0.3.30 to avoid increasing MinSRV to v1.33.0
|
||||
backtrace = ">= 0.3.3, <= 0.3.30"
|
||||
_backtrace = { version=">= 0.3.3, <= 0.3.30", package="backtrace" }
|
||||
|
||||
[dev-dependencies]
|
||||
filetime = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue