Description: Set the ty crate version to match the packaged ruff
 ty is released from https://github.com/astral-sh/ty; crates/ty/Cargo.toml
 carries a 0.0.0 placeholder. This sets it to the ty release whose bundled ruff
 submodule matches the packaged ruff (0.15.22 -> ty 0.0.61, pinned ruff commit
 1b50a85e3b139e44f2b6c9e0d9c99c2190a3b6c9).
Forwarded: not-needed
---
Index: ruff/crates/ty/Cargo.toml
===================================================================
--- ruff.orig/crates/ty/Cargo.toml
+++ ruff/crates/ty/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "ty"
-version = "0.0.0"
+version = "0.0.61"
 publish = false
 # required for correct pypi metadata
 homepage = "https://github.com/astral-sh/ty/"
