X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=crates%2Fsyntax%2FCargo.toml;h=43c1f2fa80bbf0f43729bf2ba2be79902513e1ba;hb=abbc7e3a0ed66e87b378476452f027732762a86a;hp=526024a836bce9d5ed0e9b1319130007061721bc;hpb=fc628cfc8952faa370e650d055c06205e923e7e6;p=rust.git diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 526024a836b..43c1f2fa80b 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -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