Skip to content

Commit

Permalink
Merge pull request #47 from syumai/update-to-v0.23.0
Browse files Browse the repository at this point in the history
Update std to v0.23.0
  • Loading branch information
syumai authored Nov 10, 2019
2 parents b7d9e80 + c036d90 commit 7aea8dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dem.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"protocol": "https",
"path": "deno.land/std",
"version": "v0.21.0",
"version": "v0.23.0",
"files": [
"/flags/mod.ts",
"/http/server.ts",
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/flags/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.21.0/flags/mod.ts';
export * from 'https://deno.land/std@v0.23.0/flags/mod.ts';
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/http/server.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.21.0/http/server.ts';
export * from 'https://deno.land/std@v0.23.0/http/server.ts';
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/strings/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.21.0/strings/mod.ts';
export * from 'https://deno.land/std@v0.23.0/strings/mod.ts';
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.21.0/testing/asserts.ts';
export * from 'https://deno.land/std@v0.23.0/testing/asserts.ts';
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.21.0/testing/mod.ts';
export * from 'https://deno.land/std@v0.23.0/testing/mod.ts';

0 comments on commit 7aea8dd

Please sign in to comment.