From 394f850374d2b407421f89caa6c1684c5fad9287 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 12 Oct 2024 21:43:13 +0800 Subject: [PATCH] 0.7.5-rc.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03277e5..e46a858 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "freedit" -version = "0.7.5-rc.0" +version = "0.7.5-rc.1" dependencies = [ "ammonia", "atom_syndication", diff --git a/Cargo.toml b/Cargo.toml index 4ad9651..75babe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freedit" -version = "0.7.5-rc.0" +version = "0.7.5-rc.1" edition = "2021" license = "MIT License"