From 626b5287fe19a9af1207ae8396621283fcd30ba0 Mon Sep 17 00:00:00 2001 From: shengxuanwei Date: Sun, 1 May 2022 18:43:36 +0800 Subject: [PATCH] FIX: Cargo version to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0511d94..db0b2cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" keywords = ["tree-sitter", "incremental", "parsing", "objc"] categories = ["parsing", "text-editors"] repository = "https://github.com/jiyee/tree-sitter-objc" -edition = "2022" +edition = "2021" build = "bindings/rust/build.rs" include = [