Skip to content

Commit

Permalink
Remove blitz_net dep from blitz_html
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Dec 16, 2024
1 parent 2aa7738 commit 106ffa1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/wpt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ blitz-traits = { path = "../../packages/blitz-traits" }
blitz-renderer-vello = { path = "../../packages/blitz-renderer-vello" }
taffy = { workspace = true }
parley = { workspace = true }
tokio = { workspace = true }
tokio = { workspace = true, features = ["rt"] }
image = { workspace = true }
url = { workspace = true }
data-url = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion packages/blitz-html/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ edition = "2021"
[dependencies]
# Blitz dependencies
blitz-dom = { path = "../blitz-dom" }
blitz-net = { path = "../blitz-net" }
blitz-traits = { path = "../blitz-traits" }

# Servo dependencies
Expand Down

0 comments on commit 106ffa1

Please sign in to comment.