Skip to content

Commit

Permalink
use nails 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dyas committed Jan 20, 2021
1 parent 36f49fe commit 1be7ed1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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/nailgun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async_latch = { path = "../async_latch" }
bytes = "1.0"
futures = "0.3"
log = "0.4"
nails = { git = "https://github.com/tdyas/nails", rev = "889abe4e63a27899d2f6ce50adc8489b289a19b0" }
nails = "0.12"
os_pipe = "0.9"
task_executor = { path = "../task_executor" }
tokio = { version = "1.0", features = ["fs", "io-std", "io-util", "net", "signal", "sync"] }
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 @@ -18,7 +18,7 @@ futures = "0.3"
hashing = { path = "../hashing" }
libc = "0.2.39"
log = "0.4"
nails = { git = "https://github.com/tdyas/nails", rev = "889abe4e63a27899d2f6ce50adc8489b289a19b0" }
nails = "0.12"
sha2 = "0.9"
sharded_lmdb = { path = "../sharded_lmdb" }
shell-quote = "0.1.0"
Expand Down

0 comments on commit 1be7ed1

Please sign in to comment.