Skip to content

Commit

Permalink
upgrade: bump deno-postgres to v0.4.5 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a authored Sep 20, 2020
1 parent e8790b8 commit 9ed40ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dem.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"protocol": "https",
"path": "deno.land/x/postgres",
"version": "v0.4.3",
"version": "v0.4.5",
"files": [
"/mod.ts"
]
Expand Down
2 changes: 1 addition & 1 deletion vendor/https/deno.land/x/postgres/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/[email protected].3/mod.ts";
export * from "https://deno.land/x/[email protected].5/mod.ts";

0 comments on commit 9ed40ee

Please sign in to comment.