From 7f03807f1f0c246353eadd286c5079c96deae825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Est=C3=A9vez?= Date: Sat, 26 Mar 2022 18:25:52 +0100 Subject: [PATCH] remove publish = false from Cargo.toml --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 448b11d..ba58c26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,6 @@ keywords = ["galileo", "gnss", "osnma", "authentication", "cryptography"] categories = ["aerospace::space-protocols", "authentication", "embedded", "no-std"] exclude = ["/.github"] -publish = false - [features] # Galmon protobuf transport format support galmon = ["bytes", "prost", "prost-build", "std"]