From f72e2740400c2835073478f24149318ac9047461 Mon Sep 17 00:00:00 2001 From: Johan Walles Date: Thu, 1 Feb 2024 12:45:43 +0100 Subject: [PATCH] Bump version number to 2.30.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba3be43..424e857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" [[package]] name = "riffdiff" -version = "2.29.1" +version = "2.30.0" dependencies = [ "backtrace", "bytecount", diff --git a/Cargo.toml b/Cargo.toml index e04955d..761c80a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "riffdiff" # Actually "riff", but that was already taken on crates.io -version = "2.29.1" +version = "2.30.0" authors = ["Johan Walles "] edition = "2018" repository = "https://github.com/walles/riff/"