blob: cef67711d895542d7a7f415f9e91b747b45d7563 (
plain)
1
2
3
4
5
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// 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.220.0/";
|