From f26ded55abba55c0ea88e20cec62a059f6875158 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Thu, 17 Sep 2020 18:00:59 +0200 Subject: openpgp: Unpin backtrace. --- openpgp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp') diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml index 2e47131c..f66521dc 100644 --- a/openpgp/Cargo.toml +++ b/openpgp/Cargo.toml @@ -46,7 +46,7 @@ thiserror = "1" # XXX: We need to pin some dependencies to keep our MSRV at 1.34. If # you are packaging Sequoia, feel free to drop these pins if your # compiler is newer. -backtrace = "= 0.3.46" +backtrace = "0.3.46" unicode-normalization = "= 0.1.9" [target.'cfg(windows)'.dependencies] -- cgit v1.2.3