From 91a9a5f808af7711810b0d0f9df23c42884263e2 Mon Sep 17 00:00:00 2001 From: Leonard Hecker Date: Tue, 17 Jun 2025 18:59:15 +0200 Subject: [PATCH] Bump to v1.2.1 (#491) The only change will be the inclusion of the app icon. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9810278..986eaa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,7 +182,7 @@ checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" [[package]] name = "edit" -version = "1.2.0" +version = "1.2.1" dependencies = [ "criterion", "libc", diff --git a/Cargo.toml b/Cargo.toml index dda65dd..3775b8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edit" -version = "1.2.0" +version = "1.2.1" edition = "2024" rust-version = "1.87" readme = "README.md"