diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-06-18 11:22:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 09:22:08 +0000 |
commit | 4a7f3bac7cadff129d15e3b0a6471a7ed3c4aaa4 (patch) | |
tree | ac47671f7487383aa11f9a3f2e531e9ee34e50a6 /components/shared/gfx/Cargo.toml | |
parent | 42b09d483fbcc79345844d34b88b3ff4ae7a9735 (diff) | |
download | servo-4a7f3bac7cadff129d15e3b0a6471a7ed3c4aaa4.tar.gz servo-4a7f3bac7cadff129d15e3b0a6471a7ed3c4aaa4.zip |
Use workspace definitions for all crates and update to the 2021 edition (#32544)
Diffstat (limited to 'components/shared/gfx/Cargo.toml')
-rw-r--r-- | components/shared/gfx/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/shared/gfx/Cargo.toml b/components/shared/gfx/Cargo.toml index 292cd58b92c..ffcbcc53c9f 100644 --- a/components/shared/gfx/Cargo.toml +++ b/components/shared/gfx/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "gfx_traits" -version = "0.0.1" -authors = ["The Servo Project Developers"] -license = "MPL-2.0" -edition = "2018" -publish = false +version.workspace = true +authors.workspace = true +license.workspace = true +edition.workspace = true +publish.workspace = true [lib] name = "gfx_traits" |