...@@ -27,7 +27,7 @@ memmem = "0.1" ...@@ -27,7 +27,7 @@ memmem = "0.1"
memoffset = "0.8" memoffset = "0.8"
# When bumping the version of Sequoia search the code for XXX to find # When bumping the version of Sequoia search the code for XXX to find
# spots where we can take advantage of new features. # spots where we can take advantage of new features.
sequoia-openpgp = { version = "1.0", default-features = false } sequoia-openpgp = { version = "1.0", default-features = false, features = [ "compression" ] }
thiserror = "1" thiserror = "1"
[dependencies.rusqlite] [dependencies.rusqlite]
......