missing quotes on regress version

This commit is contained in:
Adam H. Leventhal 2022-07-17 09:54:16 -07:00
parent 8ad09386a7
commit a149b40923
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ impl Generator {
"serde_urlencoded = \"0.7\"", "serde_urlencoded = \"0.7\"",
]; ];
if self.type_space.uses_regress() { if self.type_space.uses_regress() {
deps.push("regress = 0.4") deps.push("regress = \"0.4\"")
} }
if self.type_space.uses_uuid() { if self.type_space.uses_uuid() {
deps.push( deps.push(