Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/ungrammar/Cargo.toml')
| -rw-r--r-- | lib/ungrammar/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ungrammar/Cargo.toml b/lib/ungrammar/Cargo.toml index 6e9dec7d6b..b8dcb4abf7 100644 --- a/lib/ungrammar/Cargo.toml +++ b/lib/ungrammar/Cargo.toml @@ -4,10 +4,10 @@ description = "A DSL for describing concrete syntax trees" version = "1.16.1" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-analyzer/ungrammar" -edition = "2018" - -exclude = ["/bors.toml", "/.github"] - +edition = "2024" [dependencies] # nope + +[lints] +workspace = true |