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
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -20585,7 +20585,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zed_ruff"
|
name = "zed_ruff"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"zed_extension_api 0.1.0",
|
"zed_extension_api 0.1.0",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zed_ruff"
|
name = "zed_ruff"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
publish.workspace = true
|
publish.workspace = true
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
id = "ruff"
|
id = "ruff"
|
||||||
name = "Ruff"
|
name = "Ruff"
|
||||||
description = "Support for Ruff, the Python linter and formatter"
|
description = "Support for Ruff, the Python linter and formatter"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
schema_version = 1
|
schema_version = 1
|
||||||
authors = []
|
authors = []
|
||||||
repository = "https://github.com/zed-industries/zed"
|
repository = "https://github.com/zed-industries/zed"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue