mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
remove workspace key for components/atoms
Cargo will already traverse up the directory hierarchy to find an appropriate workspace, so we don't need to specify anything here. This change brings components/atoms/Cargo.toml in line with other Cargo.toml files in the tree.
This commit is contained in:
parent
d429561aa2
commit
2a689d66e9
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ authors = ["The Servo Project Developers"]
|
|||
license = "MPL-2.0"
|
||||
publish = false
|
||||
build = "build.rs"
|
||||
workspace = "../.."
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue