From f5616f5ddb1b875ccd46197f8b48886daa7d370c Mon Sep 17 00:00:00 2001 From: Jorge Hermo Date: Wed, 15 Jan 2025 23:50:28 +0100 Subject: [PATCH] Update vendored/sqlite3-parser/Cargo.toml --- vendored/sqlite3-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }