aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared
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 /components/shared
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 'components/shared')
-rw-r--r--components/shared/background_hang_monitor/Cargo.toml1
-rw-r--r--components/shared/base/Cargo.toml1
-rw-r--r--components/shared/bluetooth/Cargo.toml1
-rw-r--r--components/shared/canvas/Cargo.toml1
-rw-r--r--components/shared/compositing/Cargo.toml1
-rw-r--r--components/shared/devtools/Cargo.toml1
-rw-r--r--components/shared/embedder/Cargo.toml1
-rw-r--r--components/shared/fonts/Cargo.toml1
-rw-r--r--components/shared/net/Cargo.toml1
-rw-r--r--components/shared/profile/Cargo.toml1
-rw-r--r--components/shared/script/Cargo.toml1
-rw-r--r--components/shared/script_layout/Cargo.toml1
-rw-r--r--components/shared/webrender/Cargo.toml1
13 files changed, 13 insertions, 0 deletions
diff --git a/components/shared/background_hang_monitor/Cargo.toml b/components/shared/background_hang_monitor/Cargo.toml
index 61fc03e0438..90a0c90d003 100644
--- a/components/shared/background_hang_monitor/Cargo.toml
+++ b/components/shared/background_hang_monitor/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "background_hang_monitor_api"
diff --git a/components/shared/base/Cargo.toml b/components/shared/base/Cargo.toml
index ea7426e83ef..09dd2cd928d 100644
--- a/components/shared/base/Cargo.toml
+++ b/components/shared/base/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "base"
diff --git a/components/shared/bluetooth/Cargo.toml b/components/shared/bluetooth/Cargo.toml
index a2eb015b7e0..f02f74a71d0 100644
--- a/components/shared/bluetooth/Cargo.toml
+++ b/components/shared/bluetooth/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "bluetooth_traits"
diff --git a/components/shared/canvas/Cargo.toml b/components/shared/canvas/Cargo.toml
index 4a8fb4393dd..1e3c22d5750 100644
--- a/components/shared/canvas/Cargo.toml
+++ b/components/shared/canvas/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "canvas_traits"
diff --git a/components/shared/compositing/Cargo.toml b/components/shared/compositing/Cargo.toml
index f46a35f6e03..cec60977a3c 100644
--- a/components/shared/compositing/Cargo.toml
+++ b/components/shared/compositing/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "compositing_traits"
diff --git a/components/shared/devtools/Cargo.toml b/components/shared/devtools/Cargo.toml
index 08448dd1e9f..2e60c0fef94 100644
--- a/components/shared/devtools/Cargo.toml
+++ b/components/shared/devtools/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "devtools_traits"
diff --git a/components/shared/embedder/Cargo.toml b/components/shared/embedder/Cargo.toml
index fed42bde17a..319ccb69309 100644
--- a/components/shared/embedder/Cargo.toml
+++ b/components/shared/embedder/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "embedder_traits"
diff --git a/components/shared/fonts/Cargo.toml b/components/shared/fonts/Cargo.toml
index 32e10a7e389..3a717a23d0e 100644
--- a/components/shared/fonts/Cargo.toml
+++ b/components/shared/fonts/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "fonts_traits"
diff --git a/components/shared/net/Cargo.toml b/components/shared/net/Cargo.toml
index 89b1a69e0d6..bdfe7a326f2 100644
--- a/components/shared/net/Cargo.toml
+++ b/components/shared/net/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "net_traits"
diff --git a/components/shared/profile/Cargo.toml b/components/shared/profile/Cargo.toml
index 045504652d1..ef18b8c20fa 100644
--- a/components/shared/profile/Cargo.toml
+++ b/components/shared/profile/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "profile_traits"
diff --git a/components/shared/script/Cargo.toml b/components/shared/script/Cargo.toml
index 3d1972fe973..3536b59c68e 100644
--- a/components/shared/script/Cargo.toml
+++ b/components/shared/script/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "script_traits"
diff --git a/components/shared/script_layout/Cargo.toml b/components/shared/script_layout/Cargo.toml
index 922df1ba324..4da04eadf01 100644
--- a/components/shared/script_layout/Cargo.toml
+++ b/components/shared/script_layout/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "script_layout_interface"
diff --git a/components/shared/webrender/Cargo.toml b/components/shared/webrender/Cargo.toml
index e2e2fec74e7..fb40beeeaf6 100644
--- a/components/shared/webrender/Cargo.toml
+++ b/components/shared/webrender/Cargo.toml
@@ -5,6 +5,7 @@ authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
+rust-version.workspace = true
[lib]
name = "webrender_traits"