aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml4
-rw-r--r--test_utilities/Cargo.toml2
3 files changed, 7 insertions, 7 deletions
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 <page@r.bdr.sh>"]
[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"