Skip to content

Commit

Permalink
use the nix repository again
Browse files Browse the repository at this point in the history
nix-rust/nix#1097 is merged so it does what we need now.
  • Loading branch information
scottlamb committed Jul 20, 2019
1 parent 81ae879 commit 79ac89d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ log = { version = "0.4", features = ["release_max_level_info"] }
memchr = "2.0.2"
memmap = "0.7"
mylog = { git = "https://github.com/scottlamb/mylog" }
nix = { git = "https://github.com/scottlamb/nix", branch = "moonfire" }
nix = { git = "https://github.com/nix-rust/nix" }
openssl = "0.10"
parking_lot = { version = "0.9", features = [] }
protobuf = { git = "https://github.com/stepancheg/rust-protobuf" }
Expand Down
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libpasta = "0.1.0-rc2"
log = "0.4"
lru-cache = "0.1"
mylog = { git = "https://github.com/scottlamb/mylog" }
nix = { git = "https://github.com/scottlamb/nix", branch = "moonfire" }
nix = { git = "https://github.com/nix-rust/nix" }
odds = { version = "0.3.1", features = ["std-vec"] }
openssl = "0.10"
parking_lot = { version = "0.9", features = [] }
Expand Down

0 comments on commit 79ac89d

Please sign in to comment.