File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/rust-server
samples/server/petstore/rust-server/output
petstore-with-fake-endpoints-models-for-testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ serde_json = "1.0"
9494{ {#usesXml} }
9595# TODO: this should be updated to point at the official crate once
9696# https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream
97- serde-xml-rs = { git = " git ://github.com/Metaswitch/serde-xml-rs.git " , branch = " master" }
97+ serde-xml-rs = { git = " https ://github.com/Metaswitch/serde-xml-rs" , branch = " master" }
9898{ {/usesXml} }
9999{ {#apiUsesMultipart} }
100100mime_0_2 = { package = " mime" , version = " 0.2.6" , optional = true }
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ serde_json = "1.0"
4242# Crates included if required by the API definition
4343# TODO: this should be updated to point at the official crate once
4444# https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream
45- serde-xml-rs = {git = " git ://github.com/Metaswitch/serde-xml-rs.git " , branch = " master" }
45+ serde-xml-rs = {git = " https ://github.com/Metaswitch/serde-xml-rs" , branch = " master" }
4646uuid = {version = " 0.8" , features = [" serde" , " v4" ]}
4747
4848# Common between server and client features
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ serde_json = "1.0"
4545# Crates included if required by the API definition
4646# TODO: this should be updated to point at the official crate once
4747# https://github.com/RReverser/serde-xml-rs/pull/45 is accepted upstream
48- serde-xml-rs = {git = " git ://github.com/Metaswitch/serde-xml-rs.git " , branch = " master" }
48+ serde-xml-rs = {git = " https ://github.com/Metaswitch/serde-xml-rs" , branch = " master" }
4949mime_0_2 = { package = " mime" , version = " 0.2.6" , optional = true }
5050multipart = { version = " 0.16" , default-features = false , optional = true }
5151uuid = {version = " 0.8" , features = [" serde" , " v4" ]}
You can’t perform that action at this time.
0 commit comments