diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-09-17 18:39:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 16:39:07 +0000 |
commit | aa0029c11c797693dd2e8b31c4da3f7f16377511 (patch) | |
tree | fbd0b29a935b6ee26e1d4537623b0d22e4c1565d /components/range | |
parent | 25bce9f6b9b8dfa138044c45adc33c9c32bf5fba (diff) | |
download | servo-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 'components/range')
-rw-r--r-- | components/range/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |