Commit 693bfaf 1 parent 380ce96 commit 693bfaf Copy full SHA for 693bfaf
File tree 9 files changed +9
-10
lines changed
vendor/https/deno.land/std
9 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- v0.25 .0
1
+ v0.26 .0
Original file line number Diff line number Diff line change @@ -84,4 +84,3 @@ There are still unimplmeneted API
84
84
- Server: [ #35 ] ( https://github.com/keroxp/deno-redis/issues/35 )
85
85
- Stream: [ #36 ] ( https://github.com/keroxp/deno-redis/issues/36 )
86
86
- Cluster: [ #37 ] ( https://github.com/keroxp/deno-redis/issues/37 )
87
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"https://deno.land/std" : {
3
- "version" : " @v0.25 .0" ,
3
+ "version" : " @v0.26 .0" ,
4
4
"modules" : [
5
5
" /util/async.ts" ,
6
6
" /testing/mod.ts" ,
9
9
" /fmt/colors.ts"
10
10
]
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"https://deno.land/std" : {
3
- "version" : " @v0.25 .0" ,
3
+ "version" : " @v0.26 .0" ,
4
4
"modules" : [
5
5
" /util/async.ts" ,
6
6
" /testing/mod.ts" ,
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@v0.25 .0/fmt/colors.ts" ;
1
+ export * from "https://deno.land/std@v0.26 .0/fmt/colors.ts" ;
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@v0.25 .0/io/bufio.ts" ;
1
+ export * from "https://deno.land/std@v0.26 .0/io/bufio.ts" ;
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@v0.25 .0/testing/asserts.ts" ;
1
+ export * from "https://deno.land/std@v0.26 .0/testing/asserts.ts" ;
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@v0.25 .0/testing/mod.ts" ;
1
+ export * from "https://deno.land/std@v0.26 .0/testing/mod.ts" ;
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@v0.25 .0/util/async.ts" ;
1
+ export * from "https://deno.land/std@v0.26 .0/util/async.ts" ;
You can’t perform that action at this time.
0 commit comments