From 08f02edc2884e72d50b3dc956355e4e676e6eb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Fri, 8 Apr 2022 19:57:52 +0200 Subject: [PATCH] Bump MSRV --- .github/workflows/ci.yml | 2 +- Cargo.toml | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63623740..4450c65b 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.53 + toolchain: 1.56 transpile_target: null - os: windows-latest toolchain: stable diff --git a/Cargo.toml b/Cargo.toml index 927e291e..cfec3ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ authors = [ edition = "2018" homepage = "https://github.com/latex-lsp/texlab" resolver = "2" +rust-version = "1.56.0" [lib] doctest = false diff --git a/README.md b/README.md index dc637ae4..93c50d9b 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.53%2B-blue)](https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html) +[![Rust](https://img.shields.io/badge/rustc-1.56%2B-blue)](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.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)