Add missing rust-version in crates (#3009)

This commit is contained in:
Jonathan Plasse
2023-02-19 16:07:17 +01:00
committed by GitHub
parent 4d3d04ee61
commit b75663be6d
10 changed files with 23 additions and 12 deletions

View File

@@ -2,11 +2,12 @@
name = "ruff_python"
version = "0.0.0"
publish = false
edition = "2021"
edition = { workspace = true }
rust-version = { workspace = true }
[lib]
[dependencies]
once_cell = {workspace = true}
once_cell = { workspace = true }
regex = { workspace = true }
rustc-hash = { workspace = true }