From b729440fc560419243f00e396cd740089b51e40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Thu, 7 May 2020 14:53:31 +0800 Subject: [PATCH] bump deno v1.1.0-rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 迷渡 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- mod_test.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc7d6d..fc95f75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index d868431..0fc2a98 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/mod_test.ts b/mod_test.ts index 5ee9c87..df49a24 100644 --- a/mod_test.ts +++ b/mod_test.ts @@ -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";