From aa0029c11c797693dd2e8b31c4da3f7f16377511 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Tue, 17 Sep 2024 18:39:07 +0200 Subject: 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 --- components/range/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/range') diff --git a/components/range/Cargo.toml b/components/range/Cargo.toml index 211d9945107..97d2cea1ac5 100644 --- a/components/range/Cargo.toml +++ b/components/range/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true license.workspace = true edition.workspace = true publish.workspace = true +rust-version.workspace = true [lib] name = "range" -- cgit v1.2.3