Pin git revisions of dependencies that aren't compatible in newer revisions.

This commit is contained in:
Josh Matthews 2020-10-23 13:34:48 -04:00
parent 2dd4277ed6
commit 4750e68382
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ path = "lib.rs"
[dependencies]
bitflags = "1.0"
bluetooth_traits = { path = "../bluetooth_traits" }
device = { git = "https://github.com/servo/devices", features = ["bluetooth-test"] }
device = { git = "https://github.com/servo/devices", features = ["bluetooth-test"], rev = "cb28c4725ffbfece99dab842d17d3e8c50774778" }
embedder_traits = { path = "../embedder_traits" }
ipc-channel = "0.14"
log = "0.4"