mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
upgrade: Rust 1.43.0 (#4871)
This commit is contained in:
parent
cb935a375c
commit
da6d0c2760
2 changed files with 1 additions and 2 deletions
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…
Add table
Reference in a new issue