diff --git a/Cargo.lock b/Cargo.lock index 473865e9029..6acba6b81fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ "im-rc", "indexmap", "itertools 0.12.1", - "jobserver", + "jobserver 0.1.28 (git+https://github.com/rust-lang/jobserver-rs.git?rev=refs/pull/73/head)", "lazycell", "libc", "libgit2-sys", @@ -452,7 +452,7 @@ dependencies = [ "filetime", "hex", "ignore", - "jobserver", + "jobserver 0.1.28 (git+https://github.com/rust-lang/jobserver-rs.git?rev=refs/pull/73/head)", "libc", "miow", "same-file", @@ -504,7 +504,7 @@ version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" dependencies = [ - "jobserver", + "jobserver 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", "libc", ] @@ -2091,6 +2091,14 @@ dependencies = [ "libc", ] +[[package]] +name = "jobserver" +version = "0.1.28" +source = "git+https://github.com/rust-lang/jobserver-rs.git?rev=refs/pull/73/head#03020d4d69700f8c67c0e17d103d5046d55872d6" +dependencies = [ + "libc", +] + [[package]] name = "js-sys" version = "0.3.69" diff --git a/Cargo.toml b/Cargo.toml index 7eb652d1b7d..7df28b99f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ ignore = "0.4.22" im-rc = "15.1.0" indexmap = "2" itertools = "0.12.1" -jobserver = "0.1.28" +jobserver = { git = "https://github.com/rust-lang/jobserver-rs.git", rev = "refs/pull/73/head" } lazycell = "1.3.0" libc = "0.2.153" libgit2-sys = "0.16.2"