File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : generic
2
2
3
3
install :
4
- - curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.22 .0
4
+ - curl -fsSL https://deno.land/x/install/install.sh | sh -s v0.26 .0
5
5
- export PATH="$HOME/.deno/bin:$PATH"
6
6
7
7
services :
Original file line number Diff line number Diff line change 1
1
export {
2
2
BufReader ,
3
3
BufWriter
4
- } from "https://deno.land/std@v0.22 .0/io/bufio.ts" ;
4
+ } from "https://deno.land/std@v0.26 .0/io/bufio.ts" ;
5
5
6
- export { copyBytes } from "https://deno.land/std@v0.22 .0/io/util.ts" ;
6
+ export { copyBytes } from "https://deno.land/std@v0.26 .0/io/util.ts" ;
7
7
8
8
export {
9
9
assert ,
10
10
assertEquals ,
11
11
assertStrContains ,
12
12
assertThrowsAsync
13
- } from "https://deno.land/std@v0.22 .0/testing/asserts.ts" ;
13
+ } from "https://deno.land/std@v0.26 .0/testing/asserts.ts" ;
14
14
15
15
export {
16
16
runTests ,
17
17
test ,
18
18
TestFunction
19
- } from "https://deno.land/std@v0.22 .0/testing/mod.ts" ;
19
+ } from "https://deno.land/std@v0.26 .0/testing/mod.ts" ;
20
20
21
21
export {
22
22
Deferred ,
23
23
deferred
24
- } from "https://deno.land/std@v0.22 .0/util/async.ts" ;
24
+ } from "https://deno.land/std@v0.26 .0/util/async.ts" ;
25
25
26
26
export { Hash } from "https://deno.land/x/[email protected] /mod.ts" ;
You can’t perform that action at this time.
0 commit comments