Fix ruff_dev regex workspace dependency (#3037)

This commit is contained in:
Jonathan Plasse 2023-02-19 19:02:08 +01:00 committed by GitHub
parent 41e77bb01d
commit 35d4e03f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ clap = { workspace = true }
itertools = { workspace = true }
libcst = { workspace = true }
once_cell = { workspace = true }
regex.workspace = true
regex = { workspace = true }
ruff = { path = "../ruff" }
ruff_cli = { path = "../ruff_cli" }
rustpython-common = { workspace = true }