diff options
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config.toml.in | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/.cargo/config.toml.in b/.cargo/config.toml.in index 6372893587..215cee0f1f 100644 --- a/.cargo/config.toml.in +++ b/.cargo/config.toml.in @@ -25,9 +25,9 @@ git = "https://github.com/franziskuskiefer/cose-rust" rev = "43c22248d136c8b38fe42ea709d08da6355cf04b" replace-with = "vendored-sources" -[source."git+https://github.com/gfx-rs/wgpu?rev=0c5bebca514eb06d9387f87666c1c658f3f673b4"] +[source."git+https://github.com/gfx-rs/wgpu?rev=d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231"] git = "https://github.com/gfx-rs/wgpu" -rev = "0c5bebca514eb06d9387f87666c1c658f3f673b4" +rev = "d5d683d3c491ec8cd2f5cdb43ac61e526cb7c231" replace-with = "vendored-sources" [source."git+https://github.com/glandium/mio?rev=9a2ef335c366044ffe73b1c4acabe50a1daefe05"] @@ -35,6 +35,11 @@ git = "https://github.com/glandium/mio" rev = "9a2ef335c366044ffe73b1c4acabe50a1daefe05" replace-with = "vendored-sources" +[source."git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80"] +git = "https://github.com/hsivonen/any_all_workaround" +rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80" +replace-with = "vendored-sources" + [source."git+https://github.com/hsivonen/chardetng?rev=3484d3e3ebdc8931493aa5df4d7ee9360a90e76b"] git = "https://github.com/hsivonen/chardetng" rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" @@ -55,9 +60,9 @@ git = "https://github.com/mozilla-spidermonkey/jsparagus" rev = "61f399c53a641ebd3077c1f39f054f6d396a633c" replace-with = "vendored-sources" -[source."git+https://github.com/mozilla/application-services?rev=e6ccfed09ebe663f464a33968f42e656c152e584"] +[source."git+https://github.com/mozilla/application-services?rev=e0563d725f852f617878ecc13a03cdf50c85cd5a"] git = "https://github.com/mozilla/application-services" -rev = "e6ccfed09ebe663f464a33968f42e656c152e584" +rev = "e0563d725f852f617878ecc13a03cdf50c85cd5a" replace-with = "vendored-sources" [source."git+https://github.com/mozilla/audioipc?rev=409e11f8de6288e9ddfe269654523735302e59e6"] @@ -65,9 +70,9 @@ git = "https://github.com/mozilla/audioipc" rev = "409e11f8de6288e9ddfe269654523735302e59e6" replace-with = "vendored-sources" -[source."git+https://github.com/mozilla/cubeb-coreaudio-rs?rev=cc58f92f28015e4e25eba9e482007cf464c10474"] +[source."git+https://github.com/mozilla/cubeb-coreaudio-rs?rev=4ca174cf83ebe32b3198478c2211d69678845bc7"] git = "https://github.com/mozilla/cubeb-coreaudio-rs" -rev = "cc58f92f28015e4e25eba9e482007cf464c10474" +rev = "4ca174cf83ebe32b3198478c2211d69678845bc7" replace-with = "vendored-sources" [source."git+https://github.com/mozilla/cubeb-pulse-rs?rev=8ff972c8e2ec1782ff262ac4071c0415e69b1367"] @@ -85,14 +90,9 @@ git = "https://github.com/mozilla/mp4parse-rust" rev = "a138e40ec1c603615873e524b5b22e11c0ec4820" replace-with = "vendored-sources" -[source."git+https://github.com/mozilla/neqo?tag=v0.7.5"] +[source."git+https://github.com/mozilla/neqo?tag=v0.7.7"] git = "https://github.com/mozilla/neqo" -tag = "v0.7.5" -replace-with = "vendored-sources" - -[source."git+https://github.com/mozilla/uniffi-rs.git?rev=d52c5460ae42ecad1e73a5b394ac96d48f4769de"] -git = "https://github.com/mozilla/uniffi-rs.git" -rev = "d52c5460ae42ecad1e73a5b394ac96d48f4769de" +tag = "v0.7.7" replace-with = "vendored-sources" [source."git+https://github.com/seanmonstar/warp?rev=9d081461ae1167eb321585ce424f4fef6cf0092b"] @@ -100,16 +100,16 @@ git = "https://github.com/seanmonstar/warp" rev = "9d081461ae1167eb321585ce424f4fef6cf0092b" replace-with = "vendored-sources" -[source."git+https://github.com/servo/rust-cssparser?rev=aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0"] -git = "https://github.com/servo/rust-cssparser" -rev = "aaa966d9d6ae70c4b8a62bb5e3a14c068bb7dff0" -replace-with = "vendored-sources" - [source."git+https://github.com/servo/unicode-bidi?rev=ca612daf1c08c53abe07327cb3e6ef6e0a760f0c"] git = "https://github.com/servo/unicode-bidi" rev = "ca612daf1c08c53abe07327cb3e6ef6e0a760f0c" replace-with = "vendored-sources" +[source."git+https://github.com/zakarumych/gpu-descriptor?rev=7b71a4e47c81903ad75e2c53deb5ab1310f6ff4d"] +git = "https://github.com/zakarumych/gpu-descriptor" +rev = "7b71a4e47c81903ad75e2c53deb5ab1310f6ff4d" +replace-with = "vendored-sources" + # Take advantage of the fact that cargo will treat lines starting with # # as comments to add preprocessing directives. This file can thus by copied |