Skip to content

Commit

Permalink
Use pantsbuild fork
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Sep 5, 2018
1 parent b0cebe2 commit 35bb215
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions src/rust/engine/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/engine/fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dirs = "1"
futures = "^0.1.16"
futures-cpupool = "0.1"
glob = "0.2.11"
grpcio = { git = "https://github.com/illicitonion/grpc-rs.git", rev = "59f7f52658617ebf8eff8a72b1f69fef2162c936", features = ["secure"] }
grpcio = { git = "https://github.com/pantsbuild/grpc-rs.git", rev = "bfd7333281c0422028502ccc7f78c57c27fdec08", features = ["secure"] }
hashing = { path = "../hashing" }
ignore = "0.3.1"
indexmap = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/process_execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bytes = "0.4.5"
digest = "0.7"
fs = { path = "../fs" }
futures = "^0.1.16"
grpcio = { git = "https://github.com/illicitonion/grpc-rs.git", rev = "59f7f52658617ebf8eff8a72b1f69fef2162c936", features = ["secure"] }
grpcio = { git = "https://github.com/pantsbuild/grpc-rs.git", rev = "bfd7333281c0422028502ccc7f78c57c27fdec08", features = ["secure"] }
hashing = { path = "../hashing" }
log = "0.4"
protobuf = { version = "2.0.4", features = ["with-bytes"] }
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/process_execution/bazel_protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
bytes = "0.4.5"
futures = "^0.1.16"
grpcio = { git = "https://github.com/illicitonion/grpc-rs.git", rev = "59f7f52658617ebf8eff8a72b1f69fef2162c936", features = ["secure"] }
grpcio = { git = "https://github.com/pantsbuild/grpc-rs.git", rev = "bfd7333281c0422028502ccc7f78c57c27fdec08", features = ["secure"] }
hashing = { path = "../../hashing" }
protobuf = { version = "2.0.4", features = ["with-bytes"] }

Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/testutil/mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
bazel_protos = { path = "../../process_execution/bazel_protos" }
bytes = "0.4.5"
futures = "^0.1.16"
grpcio = { git = "https://github.com/illicitonion/grpc-rs.git", rev = "59f7f52658617ebf8eff8a72b1f69fef2162c936", features = ["secure"] }
grpcio = { git = "https://github.com/pantsbuild/grpc-rs.git", rev = "bfd7333281c0422028502ccc7f78c57c27fdec08", features = ["secure"] }
hashing = { path = "../../hashing" }
protobuf = { version = "2.0.4", features = ["with-bytes"] }
testutil = { path = ".." }

0 comments on commit 35bb215

Please sign in to comment.