diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-06 20:30:40 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-06 21:02:36 +0100 |
| commit | 5b14e6fb40d7e5d7ae653402097caf6cfea14aa6 (patch) | |
| tree | e1a6d02e398e282818fcbeb4f799194071326d3a /Cargo.toml | |
| parent | cf0bf125dbd9513aeae7cdb28bae20cd7fb51ca0 (diff) | |
Update to 2024 edition
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ [package] name = "page" -version = "1.4.3" -edition = "2021" +version = "1.4.4" +edition = "2024" license = "AGPL-3.0-or-later" description = "Command line tool to generate a static website and gemini capsule from a directory with gemtext." homepage = "https://r.bdr.sh/page.html" authors = ["Rubén Beltrán del Río <page@r.bdr.sh>"] [dependencies] -gema_texto = "1.0.2" +gema_texto = "1.0.3" [dev-dependencies] test_utilities = { path = "test_utilities" } |