Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 58 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/mehen-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mehen-metrics = { workspace = true }
# unpublished upstream (`publish = false`), so we pin a tagged git
# revision. All three crates must stay in lockstep so derive macros
# and AST types align — bump them together.
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.15.20" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.15.21" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.15.20" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.15.20" }
smol_str = { workspace = true }
Expand Down
Loading