diff options
Diffstat (limited to 'components/shared/gfx')
-rw-r--r-- | components/shared/gfx/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/gfx/Cargo.toml b/components/shared/gfx/Cargo.toml index f94b5870c35..23bf75bfb07 100644 --- a/components/shared/gfx/Cargo.toml +++ b/components/shared/gfx/Cargo.toml @@ -11,7 +11,7 @@ name = "gfx_traits" path = "lib.rs" [dependencies] -malloc_size_of = { path = "../../malloc_size_of" } +malloc_size_of = { workspace = true } malloc_size_of_derive = { workspace = true } range = { path = "../../range" } serde = { workspace = true } |