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.17 -> ty 0.0.49, pinned ruff commit
 094025e32eee9a29c5f32d07569e0ebe5e639de1).
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.49"
 # required for correct pypi metadata
 homepage = "https://github.com/astral-sh/ty/"
 documentation = "https://docs.astral.sh/ty/"
