diff --git a/Cargo.toml b/Cargo.toml index 80bb9324..27d40332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-typescript" description = "Typescript grammar for tree-sitter" -version = "0.20.5" +version = "0.20.6" authors = ["Max Brunsfeld "] license = "MIT" readme = "bindings/rust/README.md" @@ -29,4 +29,4 @@ path = "bindings/rust/lib.rs" tree-sitter = "~0.20.10" [build-dependencies] -cc = "~1.0.83" +cc = "~1.0.90" diff --git a/bindings/rust/README.md b/bindings/rust/README.md index 0c837394..8b8c9c44 100644 --- a/bindings/rust/README.md +++ b/bindings/rust/README.md @@ -8,8 +8,8 @@ way.) ```toml [dependencies] -tree-sitter = "~0.20.10" -tree-sitter-typescript = "~0.20.5" +tree-sitter = "0.20.10" +tree-sitter-typescript = "0.20.6" ``` Typically, you will use the [language][language func] function to add this diff --git a/package.json b/package.json index b667e8fe..88d4736c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-typescript", - "version": "0.20.5", + "version": "0.20.6", "description": "TypeScript grammar for tree-sitter", "main": "./bindings/node", "keywords": [