From a6a80087e4a3d79acdbb0a32877c654dd199a76a Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 8 Jun 2022 20:22:41 +0900 Subject: [PATCH] Bump up to 0.1.50 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa498072..85025048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,7 +964,7 @@ dependencies = [ [[package]] name = "semverver" -version = "0.1.49" +version = "0.1.50" dependencies = [ "anyhow", "cargo", diff --git a/Cargo.toml b/Cargo.toml index 47543a54..17463c5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/rust-lang/rust-semverver" readme = "README.md" keywords = ["semver", "plugin"] categories = ["development-tools", "development-tools::cargo-plugins"] -version = "0.1.49" +version = "0.1.50" authors = ["Inokentiy Babushkin "] license-file = "LICENSE" edition = "2018"