Skip to content

Commit

Permalink
chore: fix 1.39.4 release (#21932)
Browse files Browse the repository at this point in the history
I accidentally merged the past PR (wanted to do auto-merge). This fixes
it.
  • Loading branch information
dsherret authored Jan 13, 2024
1 parent 30c636a commit be4d0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/deno_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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/";

0 comments on commit be4d0b7

Please sign in to comment.