summaryrefslogtreecommitdiff
path: root/cli/build.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-07-03 18:36:35 -0400
committerGitHub <noreply@github.com>2023-07-04 00:36:35 +0200
commit7a7e0748e3ad6d178f5a351bbb5c8ed896f7f833 (patch)
treede77ac9b14bbec979b6fba456901f99de56fa5d3 /cli/build.rs
parent208e65d33a6eed09404ecb0bc6858ce95c754f81 (diff)
feat: upgrade to TypeScript 5.1.6 (#19695)
Integrates https://github.com/denoland/TypeScript/pull/7
Diffstat (limited to 'cli/build.rs')
-rw-r--r--cli/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/build.rs b/cli/build.rs
index 3e74a3ff3..9238096fe 100644
--- a/cli/build.rs
+++ b/cli/build.rs
@@ -468,7 +468,7 @@ fn main() {
);
let ts_version = ts::version();
- debug_assert_eq!(ts_version, "5.0.4"); // bump this assertion when it changes
+ debug_assert_eq!(ts_version, "5.1.6"); // bump this assertion when it changes
println!("cargo:rustc-env=TS_VERSION={}", ts_version);
println!("cargo:rerun-if-env-changed=TS_VERSION");