From 212a155fa6ecdae2ed9bb1f91df5aea510136896 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 15 Feb 2023 15:08:02 +0100 Subject: openpgp: Work-In-Progress implementation of RFC9760. - In this branch, we will collect our work implementing the next revision of OpenPGP, RFC9760. - The ongoing work will happen in feature branches starting from this commit. A feature branch may also branch off from a commit further down in the crypto-refresh branch. - Small and complete changes may be collected into this branch, especially changes introducing fundamental types required by most feature brances, such as v6 fingerprints. - We may occasionally rebase this branch on top of the current main development branch, and use the opportunity to linearize it. --- openpgp/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3