Bump MSRV

This commit is contained in:
Patrick Förster 2022-04-08 19:57:52 +02:00
parent 2df7dc5332
commit 08f02edc28
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -11,6 +11,7 @@ authors = [
edition = "2018"
homepage = "https://github.com/latex-lsp/texlab"
resolver = "2"
rust-version = "1.56.0"
[lib]
doctest = false

View file

@ -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)