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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 23 additions and 12 deletions

View file

@ -2,7 +2,8 @@
name = "ruff_python_formatter"
version = "0.0.0"
publish = false
edition = "2021"
edition = { workspace = true }
rust-version = { workspace = true }
[dependencies]
anyhow = { workspace = true }