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:
parent
efba4364fd
commit
919b888387
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue