Skip to content

Commit

Permalink
Remove the "-pre" version suffix
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
asomers committed Nov 19, 2021
1 parent ea716ba commit 813ff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "futures-locks"
edition = "2018"
version = "0.6.1-pre"
version = "0.6.0"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 813ff5b

Please sign in to comment.