This commit is contained in:
Amaan Qureshi 2024-10-01 11:53:40 -04:00
parent 78c41e3ced
commit d97db6d635
No known key found for this signature in database
GPG key ID: E67890ADC4227273
8 changed files with 21 additions and 21 deletions

View file

@ -33,7 +33,7 @@ wasm = ["wasmtime-c-api"]
[dependencies]
regex = { version = "1.10.6", default-features = false, features = ["unicode"] }
regex-syntax = { version = "0.8.4", default-features = false }
tree-sitter-language = { version = "0.1", path = "language" }
tree-sitter-language = { version = "0.1.1", path = "language" }
[dependencies.wasmtime-c-api]
version = "24.0.0"

View file

@ -1,6 +1,6 @@
{
"name": "web-tree-sitter",
"version": "0.23.1",
"version": "0.23.2",
"description": "Tree-sitter bindings for the web",
"main": "tree-sitter.js",
"types": "tree-sitter-web.d.ts",

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-language"
description = "The tree-sitter Language type, used by the library and by language implementations"
version = "0.1.0"
version = "0.1.1"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true