fix: close quotes in cargo manifest (#20209)

This commit is contained in:
Cedric Ziel 2024-11-30 03:12:15 +01:00 committed by GitHub
parent 711e53a90c
commit 706c0a177e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ repository = "{{.}}"
documentation = "{{.}}" documentation = "{{.}}"
{{/documentationUrl}} {{/documentationUrl}}
{{#homePageUrl}} {{#homePageUrl}}
homepage = "{{.}} homepage = "{{.}}"
{{/homePageUrl}} {{/homePageUrl}}
[dependencies] [dependencies]