diff options
| author | Fuwn <[email protected]> | 2024-04-04 03:03:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-04 03:03:35 +0000 |
| commit | 9bb47754062b738a6bbfc7f6a0f523ccd4106519 (patch) | |
| tree | ef8bbc149bb1367bb7f1d78e392ff3de333d41d2 /Cargo.toml | |
| parent | feat(html): condense links option (diff) | |
| download | september-9bb47754062b738a6bbfc7f6a0f523ccd4106519.tar.xz september-9bb47754062b738a6bbfc7f6a0f523ccd4106519.zip | |
deps(germ): bump to 0.4.0
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.3.10", features = ["ast", "meta"] } +germ = { version = "0.4.0", features = ["ast", "meta"] } # HTTP actix-web = "4.0.1" |