[Rust Server] Fix homepage URL in Cargo.toml (#19365)

This fixes a missing quote in Cargo.toml, which causes validation errors
This commit is contained in:
Richard Whitehouse 2024-08-17 07:16:25 +01:00 committed by GitHub
parent ba1d7255d0
commit caeb83c845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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