Skip to content

Commit

Permalink
Deno 1.42+ is required
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed May 3, 2024
1 parent ec18cb9 commit 5f806fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sure whether you have this.

### Requirements

Ddu.vim requires both Deno 1.40+ and denops.vim.
Ddu.vim requires both Deno 1.42+ and denops.vim.

- <https://deno.land/>
- <https://github.com/vim-denops/denops.vim>
Expand Down
8 changes: 4 additions & 4 deletions denops/ddu/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ export {
export {
assertEquals,
equal,
} from "https://deno.land/std@0.223.0/assert/mod.ts";
export { parse, toFileUrl } from "https://deno.land/std@0.223.0/path/mod.ts";
} from "https://deno.land/std@0.224.0/assert/mod.ts";
export { parse, toFileUrl } from "https://deno.land/std@0.224.0/path/mod.ts";
export {
deadline,
DeadlineError,
} from "https://deno.land/std@0.223.0/async/mod.ts";
} from "https://deno.land/std@0.224.0/async/mod.ts";
export { TimeoutError } from "https://deno.land/x/[email protected]/response_waiter.ts";
export { Lock } from "https://deno.land/x/[email protected]/mod.ts";
export {
basename,
dirname,
SEPARATOR as pathsep,
} from "https://deno.land/std@0.223.0/path/mod.ts";
} from "https://deno.land/std@0.224.0/path/mod.ts";
2 changes: 1 addition & 1 deletion doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ INSTALL *ddu-install*
NOTE: ddu.vim requires Neovim (0.8.0+) or Vim 9.0.1276+ (latest is
recommended).

Please install both Deno 1.40+ and "denops.vim".
Please install both Deno 1.42+ and "denops.vim".

https://deno.land/
https://github.com/vim-denops/denops.vim
Expand Down

0 comments on commit 5f806fa

Please sign in to comment.