0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

Revert "Synchronize deno and deno_std versions" (#3446)

Preventing release v0.26.0
This reverts commit 81efa9d938.
This commit is contained in:
Ry Dahl 2019-12-05 21:14:46 -05:00 committed by GitHub
parent 7c3b9b4f4f
commit e6228bc3c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,12 +22,7 @@ macro_rules! sset {
macro_rules! std_url {
($x:expr) => {
concat!(
"https://deno.land/std@v",
env!("CARGO_PKG_VERSION"),
"/",
$x
)
concat!("https://deno.land/std@v0.23.0/", $x)
};
}