diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-11-07 12:59:51 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-11-07 12:59:51 +0100 |
| commit | ffd7bf8bf9c99d115e7e0c4e6d1cffe60ea3ff84 (patch) | |
| tree | 489b5dc8d7db55ac4e089f989af5814316c8bbe0 /crates/parser | |
| parent | c0310c1e03520bac8e12d27fbf28e2a8d1053419 (diff) | |
| download | rust-ffd7bf8bf9c99d115e7e0c4e6d1cffe60ea3ff84.tar.gz rust-ffd7bf8bf9c99d115e7e0c4e6d1cffe60ea3ff84.zip | |
Bump Cargo rust-version fields to latest stable
Diffstat (limited to 'crates/parser')
| -rw-r--r-- | crates/parser/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index a286a6bcddd..d1420de8937 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" description = "TBD" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.57" +rust-version = "1.65" [lib] doctest = false |
