Skip to content

Commit

Permalink
[Rust Server] Fix homepage URL in Cargo.toml (#19365)
Browse files Browse the repository at this point in the history
This fixes a missing quote in Cargo.toml, which causes validation errors
  • Loading branch information
richardwhiuk committed Aug 17, 2024
1 parent ba1d725 commit caeb83c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repository = "{{.}}"
documentation = "{{.}}"
{{/documentationUrl}}
{{#homePageUrl}}
homepage = "{{.}}
homepage = "{{.}}"
{{/homePageUrl}}

[features]
Expand Down

0 comments on commit caeb83c

Please sign in to comment.