From 3bb4d3c7ecd58feaa4bb4a06fc2fbfc18167a61e Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 30 Oct 2023 17:11:52 -0400 Subject: [PATCH] Increment cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 667688c..13479d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dust-lang" description = "Data-Oriented Programming Language" -version = "0.3.3" +version = "0.3.4" repository = "https://github.com/tree-sitter/tree-sitter-dust" edition = "2018" license = "MIT"