summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-09-17 18:00:59 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-09-21 16:32:15 +0200
commitf26ded55abba55c0ea88e20cec62a059f6875158 (patch)
tree34a83e2d6f34e6db9a8ec9b2dc9c8cac0f9d87eb /openpgp
parent372982c1ffe867850e78732300fdf5e9e6ce4970 (diff)
openpgp: Unpin backtrace.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]