From: Ruben Beltran del Rio Date: Tue, 4 Feb 2025 11:51:24 +0000 (+0100) Subject: Update version of gema_texto X-Git-Tag: 1.4.3 X-Git-Url: https://git.r.bdr.sh/rbdr/page/commitdiff_plain/85fcedb394f1d780e10d7222dd3574c4c5fd3edb Update version of gema_texto --- diff --git a/Cargo.lock b/Cargo.lock index d870580..27d2f31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,13 +4,13 @@ version = 4 [[package]] name = "gema_texto" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bcf376038d369cac5bd10edbfe59b2a5faaa04fd701be3be5bb7ea25dc1e536" +checksum = "f6b49f15786af45ac139d8b8cbdcbb9f601d974a37751a5bf9a3453b4d3eed40" [[package]] name = "page" -version = "1.4.2" +version = "1.4.3" dependencies = [ "gema_texto", "test_utilities", diff --git a/Cargo.toml b/Cargo.toml index cd627ff..98fc34e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "page" -version = "1.4.2" +version = "1.4.3" edition = "2021" license = "AGPL-3.0-or-later" description = "Command line tool to generate a static website and gemini capsule from a directory with gemtext." @@ -8,7 +8,7 @@ homepage = "https://r.bdr.sh/page.html" authors = ["Rubén Beltrán del Río "] [dependencies] -gema_texto = "1.0.1" +gema_texto = "1.0.2" [dev-dependencies] test_utilities = { path = "test_utilities" }