Skip to content

Commit

Permalink
Update ipc-channel
Browse files Browse the repository at this point in the history
This is necessary to update ipc-channel and rand in Servo.
  • Loading branch information
mrobinson committed Aug 24, 2023
1 parent d817d07 commit ea81a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webxr-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ profile = ["time"]

[dependencies]
euclid = "0.22"
ipc-channel = { version = "0.16", optional = true }
ipc-channel = { version = "0.17", optional = true }
log = "0.4"
serde = { version = "1.0", optional = true }
time = { version = "0.1", optional = true }

0 comments on commit ea81a28

Please sign in to comment.