Skip to content

Commit 542dd97

Browse files
committed
temp2
1 parent 5e90e90 commit 542dd97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package.edition = "2024"
2525
anyhow = "1"
2626
chrono = "0.4"
2727
once_cell = "1.21"
28-
sequoia-openpgp = { version = "2", default-features = false, features = [ "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"] }
28+
sequoia-openpgp = { version = "2", default-features = false, features = [ "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto", "compression-deflate"] }
2929

3030
[dependencies.pyo3]
3131
version = "0.28"

src/packet.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,3 +436,4 @@ impl PyPacket {
436436
}
437437
}
438438
}
439+

0 commit comments

Comments
 (0)