Skip to content

Commit 550bf5f

Browse files
authored
chore: bump Deno and deps to v0.26.0 (#78)
1 parent e7fb6a7 commit 550bf5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: generic
22

33
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
55
- export PATH="$HOME/.deno/bin:$PATH"
66

77
services:

deps.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
export {
22
BufReader,
33
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";
55

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";
77

88
export {
99
assert,
1010
assertEquals,
1111
assertStrContains,
1212
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";
1414

1515
export {
1616
runTests,
1717
test,
1818
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";
2020

2121
export {
2222
Deferred,
2323
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";
2525

2626
export { Hash } from "https://deno.land/x/[email protected]/mod.ts";

0 commit comments

Comments
 (0)