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 | 025d480736c552d8251b81d3bf61d7431c1e87cc (patch) | |
| tree | 62ca68b8f36bb44c6167ca0a81f4c8c3d3f3e1ce /Cargo.toml | |
| parent | feat(html): condense links option (diff) | |
| download | september-025d480736c552d8251b81d3bf61d7431c1e87cc.tar.xz september-025d480736c552d8251b81d3bf61d7431c1e87cc.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" |