From f6b46440c26681a5763ef2f1c66b52bf0349b6a2 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 21 Feb 2024 15:26:25 -0500 Subject: [PATCH] fix: bump config --- cli/config/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/config/Cargo.toml b/cli/config/Cargo.toml index 2c18ab7d..a14aa0d3 100644 --- a/cli/config/Cargo.toml +++ b/cli/config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-config" description = "User configuration of tree-sitter's command line programs" -version = "0.19.0" +version = "0.21.0" authors.workspace = true edition.workspace = true rust-version.workspace = true