ruff: Bump to 0.1.1 (#35635)

We want Ruff to be built with newer Rust version (as it was built
pre-1.84 where we've fixed a bug in std).

Closes #35627

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-08-05 14:56:49 +02:00 committed by GitHub
parent efba4364fd
commit 919b888387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "zed_ruff"
version = "0.1.0"
version = "0.1.1"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"

View file

@ -1,7 +1,7 @@
id = "ruff"
name = "Ruff"
description = "Support for Ruff, the Python linter and formatter"
version = "0.1.0"
version = "0.1.1"
schema_version = 1
authors = []
repository = "https://github.com/zed-industries/zed"