tree_sitter_language_pack 1.14.2 → 1.15.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,11 @@
1
+ # This file is auto-generated by alef — DO NOT EDIT.
2
+ # alef:hash:36657ef01dca18694e6b4eba1451f027eedfb014bf3396aca49feff145c26e87
3
+ # To regenerate: alef generate
4
+ # To verify freshness: alef verify
5
+
1
6
  [package]
2
7
  name = "ts-pack-core-rb"
3
- version = "1.14.2"
8
+ version = "1.15.7"
4
9
  edition = "2024"
5
10
  license = "MIT"
6
11
  description = "Pre-compiled tree-sitter grammars for 371 programming languages"
@@ -25,4 +30,15 @@ magnus = "0.8"
25
30
  rb-sys = ">=0.9, <0.9.128"
26
31
  serde = { version = "1", features = ["derive"] }
27
32
  serde_json = "1"
28
- tree-sitter-language-pack = { version = "1.14.2", features = ["serde", "config", "download"] }
33
+ tree-sitter-language-pack = { version = "1.15.7", features = ["serde", "config", "download"] }
34
+
35
+ # This crate deliberately does not use `[lints]` / `workspace = true`: its C-ABI /
36
+ # PyO3 / napi / ext-php-rs / NIF boundary requires `unsafe` code, and the workspace's
37
+ # `[workspace.lints.rust]` sets `unsafe_code = "deny"` -- an all-or-nothing table that
38
+ # would turn every such boundary into a compile error. The `[lints.clippy]` block below
39
+ # instead carries the subset of the workspace's deny-by-default lint policy this crate
40
+ # can actually satisfy. ~keep
41
+ [lints.clippy]
42
+ dbg_macro = "deny"
43
+ print_stderr = "deny"
44
+ print_stdout = "deny"
@@ -1,3 +1,8 @@
1
+ # This file is auto-generated by alef — DO NOT EDIT.
2
+ # alef:hash:1df84f8524a939433e2e723ff0d0402a25323afbc6590d05ff40e12e8746eca7
3
+ # To regenerate: alef generate
4
+ # To verify freshness: alef verify
5
+
1
6
  # frozen_string_literal: true
2
7
 
3
8
  require "mkmf"