mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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>
This commit is contained in:
parent
25bce9f6b9
commit
aa0029c11c
53 changed files with 58 additions and 3 deletions
|
@ -14,6 +14,7 @@ authors = ["The Servo Project Developers"]
|
|||
license = "MPL-2.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
rust-version = "1.80.1"
|
||||
|
||||
[workspace.dependencies]
|
||||
accountable-refcell = "0.2.0"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "bluetooth"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "canvas"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "compositing"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "servo_config"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "servo_config_plugins"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "constellation"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "devtools"
|
||||
|
|
|
@ -5,6 +5,7 @@ version.workspace = true
|
|||
authors.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
quote = { workspace = true }
|
||||
|
|
|
@ -5,6 +5,7 @@ version.workspace = true
|
|||
authors.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "fonts"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "servo_geometry"
|
||||
|
|
|
@ -5,6 +5,7 @@ version.workspace = true
|
|||
authors.workspace = true
|
||||
license.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "layout_2013"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "layout_2020"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "layout_thread_2013"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "layout_thread_2020"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "media"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "metrics"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
autotests = false # Inhibit lookup for tests/*.rs without [[test]] sections
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "pixels"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "profile"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "servo_rand"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "range"
|
||||
|
|
|
@ -6,6 +6,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "script"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "servo"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "base"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "bluetooth_traits"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "canvas_traits"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "compositing_traits"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "devtools_traits"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "embedder_traits"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "fonts_traits"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "net_traits"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "profile_traits"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "script_traits"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "webrender_traits"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "servo_url"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "webdriver_server"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "webgpu"
|
||||
|
|
|
@ -6,6 +6,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "servoshell"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
build = "build.rs"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "metrics_tests"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "profile_tests"
|
||||
|
|
|
@ -5,6 +5,7 @@ authors.workspace = true
|
|||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "script_tests"
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
[package]
|
||||
name = "style_tests"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
edition.workspace = true
|
||||
publish.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "style_tests"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue