Skip to content

Commit

Permalink
Update servo to dd9164f (#264)
Browse files Browse the repository at this point in the history
dklassic authored Jan 6, 2025
1 parent 49f417d commit 0415a3c
Showing 3 changed files with 182 additions and 160 deletions.
294 changes: 158 additions & 136 deletions Cargo.lock

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -69,29 +69,29 @@ sparkle = "0.1.26"
thiserror = "1.0"
winit = { version = "0.30", features = ["rwh_06"] }
# Servo repo crates
base = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
bluetooth = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
bluetooth_traits = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
canvas = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
compositing_traits = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
constellation = { git = "https://github.com/servo/servo.git", rev = "9156ee3", features = ["webgpu"] }
devtools = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
embedder_traits = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
fonts = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
layout_thread_2020 = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
media = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
net = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
net_traits = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
profile = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
profile_traits = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
script = { git = "https://github.com/servo/servo.git", rev = "9156ee3", features = ["webgpu"] }
script_traits = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
servo_config = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
servo_geometry = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
servo_url = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
webdriver_server = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
webrender_traits = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
webgpu = { git = "https://github.com/servo/servo.git", rev = "9156ee3" }
base = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
bluetooth = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
bluetooth_traits = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
canvas = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
compositing_traits = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
constellation = { git = "https://github.com/servo/servo.git", rev = "dd9164f", features = ["webgpu"] }
devtools = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
embedder_traits = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
fonts = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
layout_thread_2020 = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
media = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
net = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
net_traits = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
profile = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
profile_traits = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
script = { git = "https://github.com/servo/servo.git", rev = "dd9164f", features = ["webgpu"] }
script_traits = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
servo_config = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
servo_geometry = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
servo_url = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
webdriver_server = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
webrender_traits = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
webgpu = { git = "https://github.com/servo/servo.git", rev = "dd9164f" }
# Servo org crates
servo-media = { git = "https://github.com/servo/media" }
servo-media-dummy = { git = "https://github.com/servo/media" }
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.82.0"
channel = "1.83.0"
components = [
# For support/crown
"llvm-tools",

0 comments on commit 0415a3c

Please sign in to comment.