diff --git a/Cargo.toml b/Cargo.toml index d6b63b2fc9..c88ac8d2ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [patch.crates-io] -nix = { path = "./../nix" } -libc = { path = "./../libc" } -#libc = { git = "https://github.com/larseggert/libc.git", branch = "feat-ttl" } -#nix = { git = "https://github.com/larseggert/nix.git", branch = "feat-tos" } +#nix = { path = "./../nix" } +#libc = { path = "./../libc" } +libc = { git = "https://github.com/larseggert/libc.git", branch = "feat-ttl" } +nix = { git = "https://github.com/larseggert/nix.git", branch = "feat-tos" }