From f29d18fd760faefc6a6370d8a924b6bf5c0f87ae Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Mon, 1 Jan 2024 21:37:15 +0100 Subject: [PATCH] Rename `servo_media_derive` to `servo-media-derive` (#414) This is the only servo media package that uses underscores in the name when all the others use dashes. --- audio/Cargo.toml | 2 +- servo-media-derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/Cargo.toml b/audio/Cargo.toml index b4a188c7..a465f3a6 100644 --- a/audio/Cargo.toml +++ b/audio/Cargo.toml @@ -14,7 +14,7 @@ euclid = "0.22" log = "0.4" serde_derive = "1.0.66" serde = "1.0.66" -servo_media_derive = { path = "../servo-media-derive" } +servo-media-derive = { path = "../servo-media-derive" } servo-media-player = { path = "../player" } servo-media-traits = { path = "../traits" } servo-media-streams = { path = "../streams" } diff --git a/servo-media-derive/Cargo.toml b/servo-media-derive/Cargo.toml index 4fe16f40..755754d9 100644 --- a/servo-media-derive/Cargo.toml +++ b/servo-media-derive/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "servo_media_derive" +name = "servo-media-derive" version = "0.1.0" authors = ["Fernando Jiménez Moreno "] license = "MPL-2.0"