mirror of https://github.com/astral-sh/ruff
Remove some extraneous newlines in Cargo.toml (#6577)
This commit is contained in:
parent
9a0d2f5afd
commit
7f7df852e8
|
|
@ -62,8 +62,6 @@ quick-junit = { version = "0.3.2" }
|
|||
regex = { workspace = true }
|
||||
result-like = { version = "0.4.6" }
|
||||
rustc-hash = { workspace = true }
|
||||
|
||||
|
||||
schemars = { workspace = true, optional = true }
|
||||
semver = { version = "1.0.16" }
|
||||
serde = { workspace = true }
|
||||
|
|
|
|||
|
|
@ -46,4 +46,3 @@ mimalloc = "0.1.34"
|
|||
|
||||
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
|
||||
tikv-jemallocator = "0.5.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ repository = { workspace = true }
|
|||
license = { workspace = true }
|
||||
readme = "../../README.md"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[[bin]]
|
||||
name = "ruff"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ documentation = { workspace = true }
|
|||
repository = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
|
||||
|
||||
[lib]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
|
|
@ -22,5 +22,4 @@ ruff_text_size = { path = "../ruff_text_size" }
|
|||
|
||||
itertools = { workspace = true }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
|
|
@ -24,4 +24,3 @@ unic-ucd-ident = "0.9.0"
|
|||
insta = { workspace = true }
|
||||
ruff_python_ast = { path = "../ruff_python_ast" }
|
||||
ruff_python_parser = { path = "../ruff_python_parser" }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue