mirror of
https://github.com/tower-rs/tower.git
synced 2026-01-02 06:40:50 +00:00
In #643, I accidentally included a `v` before the version number in the regex for matching release tags for the `tower` crate, but not for `tower-whatever` crates. All previous release tags on this repo don't use a `v`, so adding it was a mistake. This branch removes it.