about summary refs log tree commit diff
path: root/crates/parser
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2023-01-16 16:33:01 +0100
committerLukas Wirth <lukastw97@gmail.com>2023-01-16 16:33:01 +0100
commit679df2adf132d2a597945ef03d7fc2ddea2ed4b3 (patch)
tree783775db7abf756859e16547b334b09de1dac301 /crates/parser
parent5306eb06cc2de0566ca789ee3863b78059ee2376 (diff)
downloadrust-679df2adf132d2a597945ef03d7fc2ddea2ed4b3.tar.gz
rust-679df2adf132d2a597945ef03d7fc2ddea2ed4b3.zip
Specify rust-version via workspace.package
Diffstat (limited to 'crates/parser')
-rw-r--r--crates/parser/Cargo.toml2
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