Skip to content

Commit

Permalink
bump deno v1.1.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: 迷渡 <[email protected]>
  • Loading branch information
justjavac committed May 7, 2020
1 parent 7faf214 commit b729440
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Deno
uses: denolib/setup-deno@master
with:
deno-version: 0.x
deno-version: 1.0.0-rc1

- name: Cache Deno Generated Files
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![tag](https://img.shields.io/github/release/denomod/deno_starter)](https://github.com/denomod/deno_starter/releases)
[![Build Status](https://github.com/denomod/deno_starter/workflows/ci/badge.svg?branch=master)](https://github.com/denomod/deno_starter/actions)
[![license](https://img.shields.io/github/license/denomod/deno_starter)](https://github.com/denomod/deno_starter/blob/master/LICENSE)
[![](https://img.shields.io/badge/deno-v0.41.0-green.svg)](https://github.com/denoland/deno)
[![](https://img.shields.io/badge/deno-v1.0.0--rc1-green.svg)](https://github.com/denoland/deno)

Quickly start a Deno module.

Expand Down
2 changes: 1 addition & 1 deletion mod_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@v1.0.0-rc1/testing/asserts.ts";

import starter from "./mod.ts";

Expand Down

0 comments on commit b729440

Please sign in to comment.