From cfac01443b73e18d9c97185a4df648ba168e6662 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 17 Oct 2023 17:03:46 -0400 Subject: [PATCH] Increment cargo version --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 519dda8..91454fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "dust" description = "Data-Oriented Programming Language" -version = "0.2.0" -keywords = ["incremental", "parsing", "dust"] -categories = ["parsing", "text-editors"] +version = "0.3.0" repository = "https://github.com/tree-sitter/tree-sitter-dust" edition = "2018" license = "MIT"