From: Ruben Beltran del Rio Date: Mon, 13 Jan 2025 17:48:58 +0000 (+0100) Subject: Update version of gema_texto X-Git-Tag: 1.4.2 X-Git-Url: https://git.r.bdr.sh/rbdr/page/commitdiff_plain/3f1aa0b6eb90bd7912a63c6b72c2571486fbc21f?hp=f5ac7b8efb4e0d1dd197ddecbad2b46fd19f5ddb Update version of gema_texto --- diff --git a/Cargo.lock b/Cargo.lock index d59d9b5..d870580 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,13 +4,13 @@ version = 4 [[package]] name = "gema_texto" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4056ce8c83e74c7f51c4676baea6ac2f2dc508b69d018260b56ed1d618de09e3" +checksum = "0bcf376038d369cac5bd10edbfe59b2a5faaa04fd701be3be5bb7ea25dc1e536" [[package]] name = "page" -version = "1.4.1" +version = "1.4.2" dependencies = [ "gema_texto", "test_utilities", @@ -18,4 +18,4 @@ dependencies = [ [[package]] name = "test_utilities" -version = "1.4.1" +version = "1.4.2" diff --git a/Cargo.toml b/Cargo.toml index efe1d93..cd627ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "page" -version = "1.4.1" +version = "1.4.2" 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.0" +gema_texto = "1.0.1" [dev-dependencies] test_utilities = { path = "test_utilities" } diff --git a/test_utilities/Cargo.toml b/test_utilities/Cargo.toml index cb8e30c..2b51d65 100644 --- a/test_utilities/Cargo.toml +++ b/test_utilities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utilities" -version = "1.4.1" +version = "1.4.2" edition = "2021" license = "AGPL-3.0-or-later" description = "Shared test utilities for page"