diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-13 18:48:58 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-13 18:48:58 +0100 |
| commit | 3f1aa0b6eb90bd7912a63c6b72c2571486fbc21f (patch) | |
| tree | 7724eae42046b195670abdcfbfcd7977ffcf2e7a /Cargo.toml | |
| parent | f5ac7b8efb4e0d1dd197ddecbad2b46fd19f5ddb (diff) | |
Update version of gema_texto
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" } |