From 0d261de92c5f2d972b82c760894c68412d9e446e Mon Sep 17 00:00:00 2001 From: Patrick Reynolds Date: Sat, 19 Sep 2026 10:41:29 -0400 Subject: [PATCH] Allow AGPL 3.0 or later --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41aceda..e166e09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = ["boldi-vigna", "postgres", "tinql", "tokenizer"] version = "1.0.3" edition = "2024" authors = ["PlanetScale"] -license = "AGPL-3.0-only" +license = "AGPL-3.0-or-later" [workspace.dependencies] hashbrown = "0.16.1"