1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

maint/deps ~ refactor/rename pinned 'backtrace' with leading '_' to show lack of local use

This commit is contained in:
Roy Ivy III 2020-05-03 12:39:40 -05:00
parent 09abcf8cbe
commit 6880938955

View file

@ -311,7 +311,7 @@ whoami = { optional=true, path="src/uu/whoami" }
yes = { optional=true, path="src/uu/yes" } yes = { optional=true, path="src/uu/yes" }
# #
# * transitive dependency via 'failure'; pin to <= v0.3.30 to avoid increasing MinSRV to v1.33.0 # * 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] [dev-dependencies]
filetime = "0.2" filetime = "0.2"