diff --git a/Cargo.toml b/Cargo.toml index ddf929f..7399a70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,11 +20,10 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = ">=0.20.4, <0.23.0" +tree-sitter = "^0.20.4" [build-dependencies] cc = "1.0" [dev-dependencies] anyhow = "1.0" -tree-sitter = "0.20.4"