diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-06 22:17:22 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-06 22:17:22 +0100 |
| commit | a9e0a8829a0b83cc44e1b24a8ae5df762adf0f76 (patch) | |
| tree | a6765a8f5088ce97056c5a624582e7ab568e63b3 /Cargo.toml | |
| parent | da7a4a2f12fbf09c30e92806637d41561789fea3 (diff) | |
Add tests for sync down
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "blog" -version = "7.1.0" -edition = "2021" +version = "7.1.1" +edition = "2024" license = "AGPL-3.0-or-later" description = "Command line tool to author and manage a semi-ephemeralâ„¢ blog with a gemini archive." homepage = "https://r.bdr.sh/blog.html" |