summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index fdf1ebff..3c77a8b3 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -1,4 +1,7 @@
[package]
+# Implementing v6 OpenPGP requires breaking the API. Prevent
+# accidental publishing.
+publish = false
name = "sequoia-openpgp"
description = "OpenPGP data types and associated machinery"
version = "1.19.0"