mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Update cli/deno_std.rs
This commit is contained in:
parent
7ba720ec4a
commit
d60b069167
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.198.0/";
|
||||
pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.199.0/";
|
||||
|
|
Loading…
Reference in a new issue