Update MSRV (1.42.0 => 1.46.0)

It seems that filetime crate silently updated the msrv. This is an
breaking change so we need minor version upgrade.
This commit is contained in:
Kogia-sima 2023-03-05 20:13:58 +09:00
parent 5fe0934aba
commit 70be336063
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
toolchain: beta
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
toolchain: 1.42.0 # MSRV
toolchain: 1.46.0 # MSRV
- os: ubuntu-latest
deps: sudo apt update ; sudo apt install gcc-multilib
target: i686-unknown-linux-gnu

View File

@ -7,7 +7,7 @@ Simple, small, and extremely fast template engine for Rust
[![Tests](https://github.com/rust-sailfish/sailfish/workflows/Tests/badge.svg)](https://github.com/rust-sailfish/sailfish/actions?query=workflow%3ATests)
[![Version](https://img.shields.io/crates/v/sailfish)](https://crates.io/crates/sailfish)
[![dependency status](https://deps.rs/repo/github/rust-sailfish/sailfish/status.svg)](https://deps.rs/repo/github/rust-sailfish/sailfish)
[![Rust 1.42](https://img.shields.io/badge/rust-1.42+-lightgray.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)
[![Rust 1.46](https://img.shields.io/badge/rust-1.42+-lightgray.svg)](https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/rust-sailfish/sailfish/blob/master/LICENSE)
[User Guide](https://rust-sailfish.github.io/sailfish/) | [API Docs](https://docs.rs/sailfish) | [Examples](./examples)
@ -23,7 +23,7 @@ Simple, small, and extremely fast template engine for Rust
- Extremely fast (See [benchmarks](https://github.com/djc/template-benchmarks-rs))
- Better error message
- Syntax highlighting support ([vscode](./syntax/vscode), [vim](./syntax/vim))
- Works on Rust 1.42 or later
- Works on Rust 1.46 or later
## 🐟 Example