tree_sitter_language_pack 1.12.2 → 1.12.3
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.
- checksums.yaml +4 -4
- data/ext/ts_pack_core_rb/native/Cargo.lock +28 -48
- data/ext/ts_pack_core_rb/native/Cargo.toml +2 -6
- data/ext/ts_pack_core_rb/src/lib.rs +1 -1
- data/lib/tree_sitter_language_pack/native.rb +1 -1
- data/lib/tree_sitter_language_pack/version.rb +2 -2
- data/lib/tree_sitter_language_pack.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7dd91956cc95ca04712d806fff32a64adb597e2768d3b286e82ac774aedb48b3
|
|
4
|
+
data.tar.gz: f10d2a61d8458068d9778e149dc17b73dcede3a53a59ae5a96aa7d11072e1138
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88b432c9c32cd6f8254081e1af31dd2c37555c2221b2d0549e7aab9d94dcd8905bbce59175d3b4210b3d4c1c9e53834a92cf74f5c26c261c597bb41d08a317b7
|
|
7
|
+
data.tar.gz: 54772c32834bc9ceaf4df83c038a762190778c6bc13b0ad7c74c4a8e250e4b4edd904ff71756d3473f79b87a143e5ac20b06b08dde4ad2af475135801a5c60d6
|
|
@@ -308,30 +308,6 @@ dependencies = [
|
|
|
308
308
|
"miniz_oxide",
|
|
309
309
|
]
|
|
310
310
|
|
|
311
|
-
[[package]]
|
|
312
|
-
name = "futures-core"
|
|
313
|
-
version = "0.3.32"
|
|
314
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
315
|
-
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
316
|
-
|
|
317
|
-
[[package]]
|
|
318
|
-
name = "futures-task"
|
|
319
|
-
version = "0.3.32"
|
|
320
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
321
|
-
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
322
|
-
|
|
323
|
-
[[package]]
|
|
324
|
-
name = "futures-util"
|
|
325
|
-
version = "0.3.32"
|
|
326
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
327
|
-
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
328
|
-
dependencies = [
|
|
329
|
-
"futures-core",
|
|
330
|
-
"futures-task",
|
|
331
|
-
"pin-project-lite",
|
|
332
|
-
"slab",
|
|
333
|
-
]
|
|
334
|
-
|
|
335
311
|
[[package]]
|
|
336
312
|
name = "getrandom"
|
|
337
313
|
version = "0.2.17"
|
|
@@ -339,10 +315,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
339
315
|
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
340
316
|
dependencies = [
|
|
341
317
|
"cfg-if",
|
|
342
|
-
"js-sys",
|
|
343
318
|
"libc",
|
|
344
319
|
"wasi",
|
|
345
|
-
"wasm-bindgen",
|
|
346
320
|
]
|
|
347
321
|
|
|
348
322
|
[[package]]
|
|
@@ -353,10 +327,23 @@ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
|
353
327
|
dependencies = [
|
|
354
328
|
"cfg-if",
|
|
355
329
|
"libc",
|
|
356
|
-
"r-efi",
|
|
330
|
+
"r-efi 5.3.0",
|
|
357
331
|
"wasip2",
|
|
358
332
|
]
|
|
359
333
|
|
|
334
|
+
[[package]]
|
|
335
|
+
name = "getrandom"
|
|
336
|
+
version = "0.4.3"
|
|
337
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
338
|
+
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
339
|
+
dependencies = [
|
|
340
|
+
"cfg-if",
|
|
341
|
+
"js-sys",
|
|
342
|
+
"libc",
|
|
343
|
+
"r-efi 6.0.0",
|
|
344
|
+
"wasm-bindgen",
|
|
345
|
+
]
|
|
346
|
+
|
|
360
347
|
[[package]]
|
|
361
348
|
name = "glob"
|
|
362
349
|
version = "0.3.3"
|
|
@@ -480,7 +467,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
480
467
|
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
481
468
|
dependencies = [
|
|
482
469
|
"cfg-if",
|
|
483
|
-
"futures-util",
|
|
484
470
|
"wasm-bindgen",
|
|
485
471
|
]
|
|
486
472
|
|
|
@@ -518,9 +504,9 @@ dependencies = [
|
|
|
518
504
|
|
|
519
505
|
[[package]]
|
|
520
506
|
name = "libredox"
|
|
521
|
-
version = "0.1.
|
|
507
|
+
version = "0.1.18"
|
|
522
508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
523
|
-
checksum = "
|
|
509
|
+
checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
|
|
524
510
|
dependencies = [
|
|
525
511
|
"libc",
|
|
526
512
|
]
|
|
@@ -616,12 +602,6 @@ version = "2.3.2"
|
|
|
616
602
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
617
603
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
618
604
|
|
|
619
|
-
[[package]]
|
|
620
|
-
name = "pin-project-lite"
|
|
621
|
-
version = "0.2.17"
|
|
622
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
623
|
-
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
624
|
-
|
|
625
605
|
[[package]]
|
|
626
606
|
name = "pkg-config"
|
|
627
607
|
version = "0.3.33"
|
|
@@ -652,6 +632,12 @@ version = "5.3.0"
|
|
|
652
632
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
653
633
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
654
634
|
|
|
635
|
+
[[package]]
|
|
636
|
+
name = "r-efi"
|
|
637
|
+
version = "6.0.0"
|
|
638
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
639
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
640
|
+
|
|
655
641
|
[[package]]
|
|
656
642
|
name = "rb-sys"
|
|
657
643
|
version = "0.9.127"
|
|
@@ -738,9 +724,9 @@ dependencies = [
|
|
|
738
724
|
|
|
739
725
|
[[package]]
|
|
740
726
|
name = "rustc-hash"
|
|
741
|
-
version = "2.1.
|
|
727
|
+
version = "2.1.3"
|
|
742
728
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
743
|
-
checksum = "
|
|
729
|
+
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
744
730
|
|
|
745
731
|
[[package]]
|
|
746
732
|
name = "rustix"
|
|
@@ -970,12 +956,6 @@ version = "0.3.9"
|
|
|
970
956
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
971
957
|
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
972
958
|
|
|
973
|
-
[[package]]
|
|
974
|
-
name = "slab"
|
|
975
|
-
version = "0.4.12"
|
|
976
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
977
|
-
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
978
|
-
|
|
979
959
|
[[package]]
|
|
980
960
|
name = "socks"
|
|
981
961
|
version = "0.3.4"
|
|
@@ -1131,15 +1111,15 @@ checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782"
|
|
|
1131
1111
|
|
|
1132
1112
|
[[package]]
|
|
1133
1113
|
name = "tree-sitter-language-pack"
|
|
1134
|
-
version = "1.12.
|
|
1114
|
+
version = "1.12.3"
|
|
1135
1115
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1136
|
-
checksum = "
|
|
1116
|
+
checksum = "32def7d253a2662db9a32196440b07bb0e9731a2133dbad0ed42239f94d548ea"
|
|
1137
1117
|
dependencies = [
|
|
1138
1118
|
"ahash",
|
|
1139
1119
|
"cc",
|
|
1140
1120
|
"dirs",
|
|
1141
1121
|
"fd-lock",
|
|
1142
|
-
"getrandom 0.
|
|
1122
|
+
"getrandom 0.4.3",
|
|
1143
1123
|
"libloading 0.9.0",
|
|
1144
1124
|
"memchr",
|
|
1145
1125
|
"serde",
|
|
@@ -1155,7 +1135,7 @@ dependencies = [
|
|
|
1155
1135
|
|
|
1156
1136
|
[[package]]
|
|
1157
1137
|
name = "ts-pack-core-rb"
|
|
1158
|
-
version = "1.12.
|
|
1138
|
+
version = "1.12.3"
|
|
1159
1139
|
dependencies = [
|
|
1160
1140
|
"magnus",
|
|
1161
1141
|
"rb-sys",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "ts-pack-core-rb"
|
|
3
|
-
version = "1.12.
|
|
3
|
+
version = "1.12.3"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
license = "MIT"
|
|
6
6
|
description = "Pre-compiled tree-sitter grammars for 306 programming languages"
|
|
@@ -25,8 +25,4 @@ magnus = "0.8"
|
|
|
25
25
|
rb-sys = ">=0.9, <0.9.128"
|
|
26
26
|
serde = { version = "1", features = ["derive"] }
|
|
27
27
|
serde_json = "1"
|
|
28
|
-
tree-sitter-language-pack = { version = "1.12.
|
|
29
|
-
"serde",
|
|
30
|
-
"config",
|
|
31
|
-
"download",
|
|
32
|
-
] }
|
|
28
|
+
tree-sitter-language-pack = { version = "1.12.3", features = ["serde", "config", "download"] }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by alef. DO NOT EDIT.
|
|
2
|
-
// alef:hash:
|
|
2
|
+
// alef:hash:e25df9c3f55836aaee44f0050cd46a203360ab14910330794ff3cc5ab9ae08c7
|
|
3
3
|
// Re-generate with: alef generate
|
|
4
4
|
#![allow(dead_code, unused_imports, unused_variables)]
|
|
5
5
|
#![allow(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:e25df9c3f55836aaee44f0050cd46a203360ab14910330794ff3cc5ab9ae08c7
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:e25df9c3f55836aaee44f0050cd46a203360ab14910330794ff3cc5ab9ae08c7
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
|
6
6
|
|
|
7
7
|
module TreeSitterLanguagePack
|
|
8
8
|
## The version string for this package.
|
|
9
|
-
VERSION = "1.12.
|
|
9
|
+
VERSION = "1.12.3"
|
|
10
10
|
end
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:e25df9c3f55836aaee44f0050cd46a203360ab14910330794ff3cc5ab9ae08c7
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
data/sig/types.rbs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:e25df9c3f55836aaee44f0050cd46a203360ab14910330794ff3cc5ab9ae08c7
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
|