From be4d0b7ad306312b0c01e1abc345e54b4e589ab6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sat, 13 Jan 2024 18:52:00 -0500 Subject: [PATCH] chore: fix 1.39.4 release (#21932) I accidentally merged the past PR (wanted to do auto-merge). This fixes it. --- cli/deno_std.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/deno_std.rs b/cli/deno_std.rs index f756067a73..c915374014 100644 --- a/cli/deno_std.rs +++ b/cli/deno_std.rs @@ -2,4 +2,4 @@ // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.213.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.212.0/";