Skip to content

Commit

Permalink
Rename servo_media_derive to servo-media-derive
Browse files Browse the repository at this point in the history
This is the only servo media package that uses underscores in the name
when all the others use dashes.
  • Loading branch information
mrobinson committed Jan 1, 2024
1 parent 971dd33 commit b86700f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion servo-media-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "servo_media_derive"
name = "servo-media-derive"
version = "0.1.0"
authors = ["Fernando Jiménez Moreno <ferjmoreno@gmail.com>"]

Expand Down

0 comments on commit b86700f

Please sign in to comment.