mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
upgrade: Rust 1.43.0 (#4871)
This commit is contained in:
parent
cb935a375c
commit
da6d0c2760
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
- name: Install rust
|
||||
uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: "1.42.0"
|
||||
rust-version: "1.43.0"
|
||||
|
||||
- name: Install clippy and rustfmt
|
||||
if: matrix.config.kind == 'lint'
|
||||
|
@ -1,7 +1,6 @@
|
||||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
use super::DocParser;
|
||||
use crate::colors;
|
||||
use serde_json;
|
||||
use serde_json::json;
|
||||
|
||||
use super::parser::DocFileLoader;
|
||||
|
Loading…
Reference in New Issue
Block a user