@@ -53,11 +53,11 @@ libcst = { git = "https://github.com/charliermarsh/LibCST", rev = "80e4c1399f95e
53
53
# Please tag the RustPython version everytime you update its revision here.
54
54
# Tagging the version ensures that older ruff versions continue to build from source even when we rebase our RustPython fork.
55
55
# Current tag: v0.0.7
56
- ruff_text_size = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " aeaa8caa6b9790dbbb54ba4e35d688a8b3badcc2 " }
57
- rustpython-ast = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " aeaa8caa6b9790dbbb54ba4e35d688a8b3badcc2 " , default-features = false , features = [" num-bigint" ]}
58
- rustpython-format = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " aeaa8caa6b9790dbbb54ba4e35d688a8b3badcc2 " , default-features = false , features = [" num-bigint" ] }
59
- rustpython-literal = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " aeaa8caa6b9790dbbb54ba4e35d688a8b3badcc2 " , default-features = false }
60
- rustpython-parser = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " aeaa8caa6b9790dbbb54ba4e35d688a8b3badcc2 " , default-features = false , features = [" full-lexer" , " num-bigint" ] }
56
+ ruff_text_size = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " c174bbf1f29527edd43d432326327f16f47ab9e0 " }
57
+ rustpython-ast = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " c174bbf1f29527edd43d432326327f16f47ab9e0 " , default-features = false , features = [" num-bigint" ]}
58
+ rustpython-format = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " c174bbf1f29527edd43d432326327f16f47ab9e0 " , default-features = false , features = [" num-bigint" ] }
59
+ rustpython-literal = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " c174bbf1f29527edd43d432326327f16f47ab9e0 " , default-features = false }
60
+ rustpython-parser = { git = " https://github.com/astral-sh/RustPython-Parser.git" , rev = " c174bbf1f29527edd43d432326327f16f47ab9e0 " , default-features = false , features = [" full-lexer" , " num-bigint" ] }
61
61
62
62
# ruff_text_size = { path = "../disk/projects/RustPython-Parser/ruff_text_size" }
63
63
# rustpython-ast = { path = "../disk/projects/RustPython-Parser/ast", default-features = false, features = ["num-bigint"] }
0 commit comments