From 813ff5b5c96068e5d2e6badbe801a52596a88b9f Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 18 Nov 2021 17:24:34 -0700 Subject: [PATCH] Remove the "-pre" version suffix cargo-release added that. But it doesn't actually serve any useful purpose, and it interferes with using a [patch] section in downstream Cargo.toml files. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5751e43..74e8df8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "futures-locks" edition = "2018" -version = "0.6.1-pre" +version = "0.6.0" authors = ["Alan Somers "] license = "MIT/Apache-2.0" readme = "README.md"