From c8890b2e9b4e7178adc8518d5ada4542a69d995c Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 17 Oct 2023 17:18:05 -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 cccc594..feff485 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.3.0" repository = "https://github.com/tree-sitter/tree-sitter-dust" edition = "2018" license = "MIT" -include = ["/tree_sitter_parser"] +include = ["tree_sitter_parser"] [dependencies] ansi_term = "0.12.1"