Require backtrace 0.3.8.

This is the first version that builds correctly on our CI.  It's
from back in 2018, so requiring it shouldn't cause any major
problems.
This commit is contained in:
Nick Mathewson 2022-02-04 13:52:46 -05:00
parent 6c2f9dac16
commit f973fe5060
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ categories = [ "tor" ]
default = ["backtrace"]
[dependencies]
backtrace = { version = "0.3", optional = true }
backtrace = { version = "0.3.8", optional = true }
derive_more = "0.99"
futures = "0.3"
thiserror = "1"