mirror of https://github.com/astral-sh/ruff
Relax minimum rust version to allow for point releases (#3389)
This commit is contained in:
parent
bad6bdda1f
commit
8d5374762c
|
|
@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.67.0"
|
rust-version = "1.67"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
anyhow = { version = "1.0.69" }
|
anyhow = { version = "1.0.69" }
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.67.0
|
1.67
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue