From f7f0181f1ec1e8bcbccdff0e456cd738ab2b0c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Mon, 18 Apr 2022 11:53:29 +0200 Subject: [PATCH] Bump MSRV to 1.58.1 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4450c65b..a3ca59d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: toolchain: stable transpile_target: null - os: ubuntu-18.04 - toolchain: 1.56 + toolchain: 1.58.1 transpile_target: null - os: windows-latest toolchain: stable diff --git a/Cargo.toml b/Cargo.toml index d3f3e832..afb50a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = [ "Patrick Förster ", ] edition = "2021" -rust-version = "1.56.0" +rust-version = "1.58.1" homepage = "https://github.com/latex-lsp/texlab" [lib] diff --git a/README.md b/README.md index 93c50d9b..6fa76da8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CI](https://github.com/latex-lsp/texlab/workflows/CI/badge.svg)](https://github.com/latex-lsp/texlab/actions) [![Coverage](https://codecov.io/gh/latex-lsp/texlab/branch/master/graph/badge.svg)](https://codecov.io/gh/latex-lsp/texlab) -[![Rust](https://img.shields.io/badge/rustc-1.56%2B-blue)](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html) +[![Rust](https://img.shields.io/badge/rustc-1.58.1%2B-blue)](https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html) [![GitHub release](https://img.shields.io/github/release/latex-lsp/texlab?label=github)](https://github.com/latex-lsp/texlab/releases) [![CTAN](https://img.shields.io/ctan/v/texlab)](https://ctan.org/pkg/texlab)