Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 821e059

Browse files
authored
Merge pull request #390 from JohnTitor/deprecation
2 parents 66d62e5 + c4750c9 commit 821e059

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/rust-lang/rust-semverver"
55
readme = "README.md"
66
keywords = ["semver", "plugin"]
77
categories = ["development-tools", "development-tools::cargo-plugins"]
8-
version = "0.1.51"
8+
version = "0.1.52"
99
authors = ["Inokentiy Babushkin <[email protected]>"]
1010
license-file = "LICENSE"
1111
edition = "2021"

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# rust-semverver
22

3+
## Deprecation notice
4+
5+
This crate has been deprecated, check the crates below for alternatives:
6+
- https://github.com/obi1kenobi/cargo-semver-checks
7+
- https://github.com/Enselic/cargo-public-api
8+
9+
---
10+
311
[![Build Status](https://github.com/rust-lang/rust-semverver/workflows/CI/badge.svg?branch=master)](https://github.com/rust-lang/rust-semverver/actions?query=workflow%3ACI+branch%3Amaster)
412
[![Current Version](https://img.shields.io/crates/v/semverver.svg)](https://crates.io/crates/semverver)
513

0 commit comments

Comments
 (0)