File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,39 +134,39 @@ impl ToolchainConfig {
134134 match id. as_str ( ) {
135135 "typescript" => Some ( find_debug_locator_with_url_fallback (
136136 "typescript_toolchain" ,
137- "0.2.1 " ,
137+ "0.2.2 " ,
138138 ) ) ,
139139 "unstable_bun" => Some ( find_debug_locator_with_url_fallback (
140140 "bun_toolchain" ,
141- "0.0.1 " ,
141+ "0.1.0 " ,
142142 ) ) ,
143143 "unstable_javascript" => Some ( find_debug_locator_with_url_fallback (
144144 "javascript_toolchain" ,
145- "0.0.1 " ,
145+ "0.1.0 " ,
146146 ) ) ,
147147 "unstable_go" => Some ( find_debug_locator_with_url_fallback (
148148 "go_toolchain" ,
149149 "0.1.3" ,
150150 ) ) ,
151151 "unstable_node" => Some ( find_debug_locator_with_url_fallback (
152152 "node_toolchain" ,
153- "0.0.1 " ,
153+ "0.1.0 " ,
154154 ) ) ,
155155 "unstable_npm" => Some ( find_debug_locator_with_url_fallback (
156156 "node_depman_toolchain" ,
157- "0.0.1 " ,
157+ "0.1.0 " ,
158158 ) ) ,
159159 "unstable_pnpm" => Some ( find_debug_locator_with_url_fallback (
160160 "node_depman_toolchain" ,
161- "0.0.1 " ,
161+ "0.1.0 " ,
162162 ) ) ,
163163 "unstable_rust" => Some ( find_debug_locator_with_url_fallback (
164164 "rust_toolchain" ,
165- "0.2.2 " ,
165+ "0.2.3 " ,
166166 ) ) ,
167167 "unstable_yarn" => Some ( find_debug_locator_with_url_fallback (
168168 "node_depman_toolchain" ,
169- "0.0.1 " ,
169+ "0.1.0 " ,
170170 ) ) ,
171171 _ => None ,
172172 }
You can’t perform that action at this time.
0 commit comments