From dd370f3095bf1cae8f0e9003d2f61e214d912213 Mon Sep 17 00:00:00 2001 From: Dmitry Pankratov Date: Sun, 13 Oct 2024 13:47:56 +0200 Subject: [PATCH] Mark dev version as 0.6.0 and prevent publishing of it --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2933609..bb74ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-cng" -version = "0.5.0" +version = "0.6.0" authors = ["Dmitry Pankratov "] description = "Windows CNG API bridge for rustls" license = "MIT/Apache-2.0" @@ -9,6 +9,7 @@ documentation = "https://rustls.github.io/rustls-cng/doc/rustls_cng" readme = "README.md" keywords = ["cng", "tls", "rustls", "windows"] edition = "2021" +publish = false [package.metadata.docs.rs] targets = ["x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc"]