diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-01-16 16:33:01 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-01-16 16:33:01 +0100 |
| commit | 679df2adf132d2a597945ef03d7fc2ddea2ed4b3 (patch) | |
| tree | 783775db7abf756859e16547b334b09de1dac301 /crates/parser | |
| parent | 5306eb06cc2de0566ca789ee3863b78059ee2376 (diff) | |
| download | rust-679df2adf132d2a597945ef03d7fc2ddea2ed4b3.tar.gz rust-679df2adf132d2a597945ef03d7fc2ddea2ed4b3.zip | |
Specify rust-version via workspace.package
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 d1420de8937..0ded0070b8d 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.65" +rust-version.workspace = true [lib] doctest = false |
