diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-10-31 10:10:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 10:10:07 +0530 |
commit | 8bfd134da6d730cc1d182ab430b1713901d7a5b5 (patch) | |
tree | 2db86e3c5036ac73ebd11944744f87233c7260ed /Cargo.toml | |
parent | a8846eb70f96445753fe5f8f56e6155cb2d0fac6 (diff) |
fix: clamp smi in fast calls by default (#26506)
Fixes https://github.com/denoland/deno/issues/26480
Ref
https://github.com/denoland/deno_core/commit/d2945fb65bca56ebfa7bb80556a4c8f4330d2315
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index aab9e149b..285c07780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "=0.42.2", features = ["transpiling"] } -deno_core = { version = "0.314.2" } +deno_core = { version = "0.316.0" } deno_bench_util = { version = "0.169.0", path = "./bench_util" } deno_lockfile = "=0.23.1" |