fix: hyphens in links

This commit is contained in:
trisua 2025-07-20 16:18:56 -04:00
parent fe2e61118a
commit 46849ba66c
3 changed files with 22 additions and 4 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "tetratto-shared"
description = "Shared stuff for Tetratto"
version = "12.0.2"
version = "12.0.3"
edition = "2024"
authors.workspace = true
repository.workspace = true
@ -13,6 +13,7 @@ chrono = "0.4.41"
hex_fmt = "0.3.0"
pulldown-cmark = "0.13.0"
rand = "0.9.1"
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }
sha2 = "0.10.9"
snowflaked = "1.0.3"