Skip to content

Commit

Permalink
chore: update to the newest deno std library
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Jun 2, 2023
1 parent f21b970 commit 07777ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { readableStreamFromIterable } from "https://deno.land/std@0.170.0/streams/readable_stream_from_iterable.ts";
export { Buffer } from "https://deno.land/std@0.170.0/io/buffer.ts";
export { readableStreamFromIterable } from "https://deno.land/std@0.190.0/streams/readable_stream_from_iterable.ts";
export { Buffer } from "https://deno.land/std@0.190.0/io/buffer.ts";

0 comments on commit 07777ff

Please sign in to comment.