We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11978c commit d4d5212Copy full SHA for d4d5212
Cargo.toml
@@ -163,7 +163,6 @@ oxc_resolver = "11"
163
oxc_sourcemap = "4"
164
165
#
166
-unicode-id-start = "=1.2.0" # Pinned to Unicode 15.1.0 to support `KATAKANA MIDDLE DOT`. Aligned unicode version with babel, esbuild and swc.
167
allocator-api2 = "=0.2.21"
168
base64 = "0.22.1"
169
bitflags = "2.9.1"
@@ -231,6 +230,7 @@ tempfile = "3.20.0"
231
230
tokio = { version = "1.47.0", default-features = false }
232
tower-lsp-server = "0.22.0"
233
tracing-subscriber = "0.3.19"
+unicode-id-start = "=1.2.0" # Pinned to Unicode 15.1.0 to support `KATAKANA MIDDLE DOT`. Aligned unicode version with babel, esbuild and swc.
234
ureq = { version = "3.0.12", default-features = false }
235
walkdir = "2.5.0"
236
0 commit comments