Skip to content

Commit

Permalink
Fix generate
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Apr 24, 2024
1 parent 925332b commit 08dd81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (!Deno.args.some(a => a === "--quick")) {
parserCargoFile.readTextSync().replace(
// remove because it uses regex
`[dev-dependencies.testing]
version = "0.35.17"`,
version = "0.35.21"`,
"",
)
+ "[dependencies.regex]\nversion = \"=1.5.5\"\n",
Expand Down

0 comments on commit 08dd81d

Please # to comment.