forked from loafle/openapi-generator-original
[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:
parent
ba1d7255d0
commit
caeb83c845
@ -28,7 +28,7 @@ repository = "{{.}}"
|
|||||||
documentation = "{{.}}"
|
documentation = "{{.}}"
|
||||||
{{/documentationUrl}}
|
{{/documentationUrl}}
|
||||||
{{#homePageUrl}}
|
{{#homePageUrl}}
|
||||||
homepage = "{{.}}
|
homepage = "{{.}}"
|
||||||
{{/homePageUrl}}
|
{{/homePageUrl}}
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user