Skip to content

Commit

Permalink
Reorder some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Feb 16, 2017
1 parent 84a44a4 commit 3d98e30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/layout_traits/Cargo.toml
Expand Up @@ -11,11 +11,11 @@ path = "lib.rs"

[dependencies]
gfx = {path = "../gfx"}
script_traits = {path = "../script_traits"}
ipc-channel = "0.5"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
profile_traits = {path = "../profile_traits"}
ipc-channel = "0.5"
script_traits = {path = "../script_traits"}
servo_url = {path = "../url"}

[dependencies.webrender_traits]
Expand Down
4 changes: 2 additions & 2 deletions components/profile_traits/Cargo.toml
Expand Up @@ -13,9 +13,9 @@ path = "lib.rs"
energy-profiling = ["energymon", "energy-monitor"]

[dependencies]
ipc-channel = "0.5"
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
energy-monitor = {version = "0.2.0", optional = true}
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
ipc-channel = "0.5"
log = "0.3.5"
plugins = {path = "../plugins"}
serde = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/profile/Cargo.toml
Expand Up @@ -10,6 +10,6 @@ path = "lib.rs"
doctest = false

[dependencies]
ipc-channel = "0.5"
profile = {path = "../../../components/profile"}
profile_traits = {path = "../../../components/profile_traits"}
ipc-channel = "0.5"

0 comments on commit 3d98e30

Please sign in to comment.