mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: fix 1.39.4 release (#21932)
I accidentally merged the past PR (wanted to do auto-merge). This fixes it.
This commit is contained in:
parent
30c636a9cf
commit
be4d0b7ad3
1 changed files with 1 additions and 1 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue