Bump MSRV to 1.59

This commit is contained in:
Patrick Förster 2022-07-03 22:21:49 +02:00
parent bdbf8e6fd0
commit d83adbc133
3 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ jobs:
target: x86_64-unknown-linux-gnu
run-tests: false
use-cross: false
toolchain: 1.58.1
toolchain: 1.59
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1

View file

@ -9,7 +9,7 @@ authors = [
"Patrick Förster <patrick.foerster@outlook.de>",
]
edition = "2021"
rust-version = "1.58.1"
rust-version = "1.59"
homepage = "https://github.com/latex-lsp/texlab"
repository = "https://github.com/latex-lsp/texlab"
documentation = "https://github.com/latex-lsp/texlab"

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.58.1%2B-blue)](https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html)
[![Rust](https://img.shields.io/badge/rustc-1.59%2B-blue)](https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html)
[![GitHub release](https://img.shields.io/github/release/latex-lsp/texlab?label=github)](https://github.com/latex-lsp/texlab/releases)
[![crates.io](https://img.shields.io/crates/v/texlab)](https://crates.io/crates/texlab)