From 48fa4bdb00aee8a4cc732b16d47e4c1b332b57ea Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 12 Mar 2021 15:21:47 -0800 Subject: [PATCH] rust: 0.19.3 --- Cargo.lock | Bin 22303 -> 22303 bytes lib/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 4f36b550d28e5f58b6551aeafe93c54ed54dc3ad..efe4e3bd04dad1d2000c8b0047fa3fdb1f7fe540 100644 GIT binary patch delta 18 acmbQgj&c4v#trrkleapEZ4PxfB?bUXi3gGZ delta 18 acmbQgj&c4v#trrklk=R!HitT#5(5B9Uk6P9 diff --git a/lib/Cargo.toml b/lib/Cargo.toml index defcbee9b..524df836b 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter" description = "Rust bindings to the Tree-sitter parsing library" -version = "0.19.2" +version = "0.19.3" authors = ["Max Brunsfeld "] edition = "2018" license = "MIT"