aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/Cargo.toml
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-09-17 18:39:07 +0200
committerGitHub <noreply@github.com>2024-09-17 16:39:07 +0000
commitaa0029c11c797693dd2e8b31c4da3f7f16377511 (patch)
treefbd0b29a935b6ee26e1d4537623b0d22e4c1565d /ports/servoshell/Cargo.toml
parent25bce9f6b9b8dfa138044c45adc33c9c32bf5fba (diff)
downloadservo-aa0029c11c797693dd2e8b31c4da3f7f16377511.tar.gz
servo-aa0029c11c797693dd2e8b31c4da3f7f16377511.zip
Add `rust-version` to all `Cargo.toml` files (#33483)
This is another step preparing for building Servo without `mach`. Fixes #33430. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'ports/servoshell/Cargo.toml')
-rw-r--r--ports/servoshell/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml
index 747e6f751c9..75c734d4280 100644
--- a/ports/servoshell/Cargo.toml
+++ b/ports/servoshell/Cargo.toml
@@ -6,6 +6,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "servoshell"