diff options
| author | Fuwn <[email protected]> | 2024-06-19 07:52:02 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-19 07:52:02 +0000 |
| commit | 107dcbc5454e532eee99bb35ff9c6f881c70eefa (patch) | |
| tree | fa0d091292c6baea33da2eb22f5899a0f905a410 /Cargo.toml | |
| parent | feat(response): PLAIN_TEXT_ROUTES wildcard matching (diff) | |
| download | september-107dcbc5454e532eee99bb35ff9c6f881c70eefa.tar.xz september-107dcbc5454e532eee99bb35ff9c6f881c70eefa.zip | |
feat: CONDENSE_LINKS_AT_HEADINGS configuration option
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ opt-level = 3 [dependencies] # Gemini -germ = { version = "0.4.0", features = ["ast", "meta"] } +germ = { version = "0.4.1", features = ["ast", "meta"] } # HTTP actix-web = "4.7.0" |