Skip to content

Commit caeb83c

Browse files
authored
[Rust Server] Fix homepage URL in Cargo.toml (#19365)
This fixes a missing quote in Cargo.toml, which causes validation errors
1 parent ba1d725 commit caeb83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/openapi-generator/src/main/resources/rust-server

modules/openapi-generator/src/main/resources/rust-server/Cargo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repository = "{{.}}"
2828
documentation = "{{.}}"
2929
{{/documentationUrl}}
3030
{{#homePageUrl}}
31-
homepage = "{{.}}
31+
homepage = "{{.}}"
3232
{{/homePageUrl}}
3333

3434
[features]

0 commit comments

Comments
 (0)