1
0
Fork 0
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:
Divy Srivastava 2023-08-21 17:28:53 +05:30 committed by GitHub
parent 7ba720ec4a
commit d60b069167
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.198.0/";
pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.199.0/";