diff --git a/vendored/sqlite3-parser/Cargo.toml b/vendored/sqlite3-parser/Cargo.toml index 87f245fa1..9b8513f74 100644 --- a/vendored/sqlite3-parser/Cargo.toml +++ b/vendored/sqlite3-parser/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" categories = ["parser-implementations"] keywords = ["sql", "parser", "scanner", "tokenizer"] license = "Apache-2.0/MIT" -build = "build.rs" # Lemon preprocessing +build = "build.rs" # Lemon preprocessing [badges] maintenance = { status = "experimental" }