Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit a4ba9de

Browse files
authored
Auto merge of #205 - servo:update-to-ipc-channel-0.16, r=jdm
Update to ipc-channel v0.16 & crossbeam-channel v0.5 ipc-channel used in servo needs to bumped to 0.16.1 to complete servo/servo#29467, but that requires the same version to be used by webxr crates as well.
2 parents 8be0c29 + fac46ed commit a4ba9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webxr-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ profile = ["time"]
2424

2525
[dependencies]
2626
euclid = "0.22"
27-
ipc-channel = { version = "0.14", optional = true }
27+
ipc-channel = { version = "0.16", optional = true }
2828
log = "0.4"
2929
serde = { version = "1.0", optional = true }
3030
time = { version = "0.1", optional = true }

webxr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ profile = ["webxr-api/profile"]
3636

3737
[dependencies]
3838
webxr-api = { path = "../webxr-api" }
39-
crossbeam-channel = "0.4"
39+
crossbeam-channel = "0.5"
4040
euclid = "0.22"
4141
log = "0.4.6"
4242
gvr-sys = { version = "0.7", optional = true }

0 commit comments

Comments
 (0)