Bump to v1.2.1 (#491)

The only change will be the inclusion of the app icon.
This commit is contained in:
Leonard Hecker 2025-06-17 18:59:15 +02:00 committed by GitHub
parent 11ee7f0b64
commit 91a9a5f808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -182,7 +182,7 @@ checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
[[package]]
name = "edit"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"criterion",
"libc",

View file

@ -1,6 +1,6 @@
[package]
name = "edit"
version = "1.2.0"
version = "1.2.1"
edition = "2024"
rust-version = "1.87"
readme = "README.md"