Bump MSRV (1.57)

This commit is contained in:
iDawer 2021-12-16 01:49:48 +05:00
parent b75d4d3dbe
commit 676744be6e
36 changed files with 36 additions and 36 deletions

View file

@ -5,7 +5,7 @@ description = "Comment and whitespace preserving parser for the Rust language"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/rust-analyzer"
edition = "2021"
rust-version = "1.56"
rust-version = "1.57"
[lib]
doctest = false

View file

@ -4,7 +4,7 @@ name = "syntax-fuzz"
version = "0.0.1"
publish = false
edition = "2021"
rust-version = "1.56"
rust-version = "1.57"
[package.metadata]
cargo-fuzz = true