Skip to content

Commit ebf1c09

Browse files
committed
Update to tag
1 parent 57027ab commit ebf1c09

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ libcst = { git = "https://github.com/charliermarsh/LibCST", rev = "80e4c1399f95e
5353
# Please tag the RustPython version everytime you update its revision here.
5454
# Tagging the version ensures that older ruff versions continue to build from source even when we rebase our RustPython fork.
5555
# 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"] }
6161

6262
#ruff_text_size = { path = "../disk/projects/RustPython-Parser/ruff_text_size" }
6363
#rustpython-ast = { path = "../disk/projects/RustPython-Parser/ast", default-features = false, features = ["num-bigint"] }

0 commit comments

Comments
 (0)