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:
David Sherret 2024-01-13 18:52:00 -05:00 committed by GitHub
parent 30c636a9cf
commit be4d0b7ad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/";