aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-02-04 12:51:24 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-02-04 12:51:24 +0100
commit85fcedb394f1d780e10d7222dd3574c4c5fd3edb (patch)
treeaef4e433f9d7c9ecffc1b9fc1ac4b9ff0324e992 /Cargo.toml
parentecf58f35850d72c69f9650f2bba718355a95c743 (diff)
Update version of gema_texto1.4.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <page@r.bdr.sh>"]
[dependencies]
-gema_texto = "1.0.1"
+gema_texto = "1.0.2"
[dev-dependencies]
test_utilities = { path = "test_utilities" }