Skip to content

Commit

Permalink
Upgrade to std v0.88.0
Browse files Browse the repository at this point in the history
  • Loading branch information
predetermined authored Feb 21, 2021
1 parent 3cc9df1 commit 9a5e63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aqua.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { serve, serveTLS, Server, ServerRequest, Response as ServerResponse } from "https://deno.land/std@0.86.0/http/server.ts";
import { serve, serveTLS, Server, ServerRequest, Response as ServerResponse } from "https://deno.land/std@0.88.0/http/server.ts";
import Router from "./router.ts";
import ContentHandler from "./content_handler.ts";

Expand Down

0 comments on commit 9a5e63b

Please sign in to comment.