Skip to content

Commit

Permalink
pin version of std temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
keegandonley committed Jan 4, 2024
1 parent 47b6e87 commit 2f5616f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ACTIONS } from './types.ts';
import type { IConfig } from './types.ts';
import Printer from './printer.ts';
import History from './history.ts';
import { deferred } from "https://deno.land/std/async/mod.ts";
import { deferred } from "https://deno.land/std@0.205.0/async/mod.ts";

export default class InputLoop {
private buf = new Uint8Array(1024);
Expand Down

0 comments on commit 2f5616f

Please sign in to comment.